Home
last modified time | relevance | path

Searched refs:SimplifySwitch (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp70 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
2585 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { in SimplifySwitch() function in SimplifyCFGOpt
2891 if (SimplifySwitch(SI, Builder)) return true; in run()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp160 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
5041 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { in SimplifySwitch() function in SimplifyCFGOpt
5512 if (SimplifySwitch(SI, Builder)) in run()