Searched refs:PreviousEdges (Results 1 – 1 of 1) sorted by relevance
5765 unsigned PreviousEdges = ContiguousCases->size(); in turnSwitchRangeIntoICmp() local5767 ++PreviousEdges; in turnSwitchRangeIntoICmp()5768 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in turnSwitchRangeIntoICmp()5772 unsigned PreviousEdges = SI->getNumCases() - ContiguousCases->size(); in turnSwitchRangeIntoICmp() local5774 ++PreviousEdges; in turnSwitchRangeIntoICmp()5775 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in turnSwitchRangeIntoICmp()