15 #ifndef LLVM_TRANSFORMS_SCALAR_SIMPLIFYCFG_H
16 #define LLVM_TRANSFORMS_SCALAR_SIMPLIFYCFG_H
29 int BonusInstThreshold;
An abstract set of preserved analyses following a transformation pass run.
A pass to simplify and canonicalize the CFG of a function.
PreservedAnalyses run(Function &F, AnalysisManager< Function > *AM)
Run the pass over the function.
SimplifyCFGPass()
Construct a pass with the default thresholds.
StringRef - Represent a constant reference to a string, i.e.
A generic analysis pass manager with lazy running and caching of results.
This header defines various interfaces for pass management in LLVM.