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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp61 void processSwitchInst(SwitchInst *SI);
102 processSwitchInst(SI);
273 // processSwitchInst - Replace the specified switch instruction with a sequence
276 void LowerSwitch::processSwitchInst(SwitchInst *SI) { function in class:LowerSwitch

Completed in 98 milliseconds