Searched defs:SimplifySwitch (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp108 bool SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder);
3914 bool SimplifyCFGOpt::SimplifySwitch(SwitchInst *SI, IRBuilder<> &Builder) { function in class:SimplifyCFGOpt
4233 if (SimplifySwitch(SI, Builder)) return true;

Completed in 297 milliseconds