Lines Matching full:switch
1 //===- LowerSwitch.cpp - Eliminate Switch instructions --------------------===//
10 // The LowerSwitch transformation rewrites switch instructions with a sequence
12 // switch instruction until it is convenient.
70 /// The comparison function for sorting the switch case values in the vector.
127 // switchConvert - Convert the switch statement into a binary lookup of
170 // checks if the switch's value == the case's value. If not, then it
228 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
273 // processSwitchInst - Replace the specified switch instruction with a sequence
302 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
321 // We are now done with the switch instruction, delete it.