Searched refs:processSwitchInst (Results 1 – 3 of 3) sorted by relevance
61 void processSwitchInst(SwitchInst *SI);102 processSwitchInst(SI); in runOnFunction()276 void LowerSwitch::processSwitchInst(SwitchInst *SI) { in processSwitchInst() function in LowerSwitch
74 void processSwitchInst(SwitchInst *SI, SmallPtrSetImpl<BasicBlock*> &DeleteList);124 processSwitchInst(SI, DeleteList); in runOnFunction()398 void LowerSwitch::processSwitchInst(SwitchInst *SI, in processSwitchInst() function in LowerSwitch
94 void processSwitchInst(SwitchInst *SI, SmallPtrSetImpl<BasicBlock*> &DeleteList);146 processSwitchInst(SI, DeleteList); in runOnFunction()410 void LowerSwitch::processSwitchInst(SwitchInst *SI, in processSwitchInst() function in LowerSwitch