Searched refs:CFGSimplifyPass (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 192 struct CFGSimplifyPass : public FunctionPass { struct 197 CFGSimplifyPass(int T = -1, in CFGSimplifyPass() argument 225 char CFGSimplifyPass::ID = 0; 226 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false, 230 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false, in INITIALIZE_PASS_DEPENDENCY() 237 return new CFGSimplifyPass(Threshold, Ftor); in INITIALIZE_PASS_DEPENDENCY()
|