Searched refs:processSwitchInst (Results 1 – 1 of 1) sorted by relevance
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