Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A 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