Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5234 unsigned PreviousEdges = ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
5236 ++PreviousEdges; in TurnSwitchRangeIntoICmp()
5237 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in TurnSwitchRangeIntoICmp()
5241 unsigned PreviousEdges = SI->getNumCases() - ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
5243 ++PreviousEdges; in TurnSwitchRangeIntoICmp()
5244 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in TurnSwitchRangeIntoICmp()