Searched refs:PreviousEdges (Results 1 – 1 of 1) sorted by relevance
3224 unsigned PreviousEdges = ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local3225 if (ContiguousDest == SI->getDefaultDest()) ++PreviousEdges; in TurnSwitchRangeIntoICmp()3226 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in TurnSwitchRangeIntoICmp()3230 unsigned PreviousEdges = SI->getNumCases() - ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local3231 if (OtherDest == SI->getDefaultDest()) ++PreviousEdges; in TurnSwitchRangeIntoICmp()3232 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in TurnSwitchRangeIntoICmp()