Create a legacy pass manager instance of the Scalarizer pass
Declared in <llvm/Transforms/Scalar/Scalarizer.h>
FunctionPass*
createScalarizerPass(ScalarizerPassOptions const& Options = ScalarizerPassOptions());
FunctionPass class - This class is used to implement most global optimizations. Optimizations should subclass this class if they meet the following constraints: