Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp202 struct CFGSimplifyPass : public FunctionPass { struct
207 CFGSimplifyPass(int T = -1, in CFGSimplifyPass() function
232 char CFGSimplifyPass::ID = 0;
233 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
237 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false, in INITIALIZE_PASS_DEPENDENCY()
244 return new CFGSimplifyPass(Threshold, std::move(Ftor)); in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp230 struct CFGSimplifyPass : public FunctionPass { struct
235 CFGSimplifyPass(unsigned Threshold = 1, bool ForwardSwitchCond = false, in CFGSimplifyPass() argument
280 char CFGSimplifyPass::ID = 0;
281 INITIALIZE_PASS_BEGIN(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false,
285 INITIALIZE_PASS_END(CFGSimplifyPass, "simplifycfg", "Simplify the CFG", false, in INITIALIZE_PASS_DEPENDENCY()
294 return new CFGSimplifyPass(Threshold, ForwardSwitchCond, ConvertSwitch, in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp43 struct CFGSimplifyPass : public FunctionPass { struct
45 CFGSimplifyPass() : FunctionPass(ID) { in CFGSimplifyPass() argument
53 char CFGSimplifyPass::ID = 0;
54 INITIALIZE_PASS(CFGSimplifyPass, "simplifycfg",
59 return new CFGSimplifyPass(); in createCFGSimplificationPass()
308 bool CFGSimplifyPass::runOnFunction(Function &F) { in runOnFunction()