Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3970 unsigned PreviousEdges = ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
3977 unsigned PreviousEdges = SI->getNumCases() - ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4488 unsigned PreviousEdges = ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
4495 unsigned PreviousEdges = SI->getNumCases() - ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5399 unsigned PreviousEdges = ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local
5406 unsigned PreviousEdges = SI->getNumCases() - ContiguousCases->size(); in TurnSwitchRangeIntoICmp() local