Searched refs:CFGSimplifyPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp192 struct CFGSimplifyPass : public FunctionPass { struct in namespace:__anon3262
197 CFGSimplifyPass(int T = -1, function in struct:__anon3262::CFGSimplifyPass
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,
237 return new CFGSimplifyPass(Threshold, Ftor);

Completed in 48 milliseconds