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

/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp61 void processSwitchInst(SwitchInst *SI);
90 processSwitchInst(SI);
255 // processSwitchInst - Replace the specified switch instruction with a sequence
258 void LowerSwitch::processSwitchInst(SwitchInst *SI) { function in class:LowerSwitch

Completed in 64 milliseconds