Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3642 unsigned PreviousEdges = ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
3643 if (ContiguousDest == SI->getDefaultDest()) ++PreviousEdges; in TurnSwitchRangeIntoICmp()
3644 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in TurnSwitchRangeIntoICmp()
3648 unsigned PreviousEdges = SI->getNumCases() - ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
3649 if (OtherDest == SI->getDefaultDest()) ++PreviousEdges; in TurnSwitchRangeIntoICmp()
3650 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in TurnSwitchRangeIntoICmp()