Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp145 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
4710 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { in SimplifySwitch() function in SimplifyCFGOpt
5139 if (SimplifySwitch(SI, Builder)) return true; in run()