Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp81 void processSwitchInst(SwitchInst *SI);
125 processSwitchInst(SI); in runOnFunction()
397 void LowerSwitch::processSwitchInst(SwitchInst *SI) { in processSwitchInst() function in LowerSwitch