Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp61 void processSwitchInst(SwitchInst *SI);
102 processSwitchInst(SI); in runOnFunction()
276 void LowerSwitch::processSwitchInst(SwitchInst *SI) { in processSwitchInst() function in LowerSwitch
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp74 void processSwitchInst(SwitchInst *SI, SmallPtrSetImpl<BasicBlock*> &DeleteList);
124 processSwitchInst(SI, DeleteList); in runOnFunction()
398 void LowerSwitch::processSwitchInst(SwitchInst *SI, in processSwitchInst() function in LowerSwitch
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp94 void processSwitchInst(SwitchInst *SI, SmallPtrSetImpl<BasicBlock*> &DeleteList);
146 processSwitchInst(SI, DeleteList); in runOnFunction()
410 void LowerSwitch::processSwitchInst(SwitchInst *SI, in processSwitchInst() function in LowerSwitch