Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5765 unsigned PreviousEdges = ContiguousCases->size(); in turnSwitchRangeIntoICmp() local
5767 ++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() local
5774 ++PreviousEdges; in turnSwitchRangeIntoICmp()
5775 for (unsigned I = 0, E = PreviousEdges - 1; I != E; ++I) in turnSwitchRangeIntoICmp()