15 #ifndef LLVM_TRANSFORMS_SCALAR_SIMPLIFYCFG_H 16 #define LLVM_TRANSFORMS_SCALAR_SIMPLIFYCFG_H 40 .forwardSwitchCondToPhi(
false)
41 .convertSwitchToLookupTable(
false)
42 .needCanonicalLoops(
true)
43 .sinkCommonInsts(
false)) {}
SimplifyCFGPass()
The default constructor sets the pass options to create canonical IR, rather than optimal IR...
This class represents lattice values for constants.
block Block Frequency true
A CRTP mix-in to automatically provide informational APIs needed for passes.
A set of analyses that are preserved following a run of a transformation pass.
A pass to simplify and canonicalize the CFG of a function.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
Run the pass over the function.
A container for analyses that lazily runs them and caches their results.
A set of parameters used to control the transforms in the SimplifyCFG pass.
This header defines various interfaces for pass management in LLVM.