Go to the documentation of this file.
17 #ifndef LLVM_TRANSFORMS_SCALAR_SCALARIZER_H
18 #define LLVM_TRANSFORMS_SCALAR_SCALARIZER_H
A set of analyses that are preserved following a run of a transformation pass.
This is an optimization pass for GlobalISel generic memory operations.
A CRTP mix-in to automatically provide informational APIs needed for passes.
const char LLVMTargetMachineRef LLVMPassBuilderOptionsRef Options
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
void setScalarizeVariableInsertExtract(bool Value)
void setScalarizeLoadStore(bool Value)
FunctionPass * createScalarizerPass()
Create a legacy pass manager instance of the Scalarizer pass.
llvm::Optional< bool > ScalarizeVariableInsertExtract
llvm::Optional< bool > ScalarizeLoadStore
A container for analyses that lazily runs them and caches their results.
LLVM Value Representation.