Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp432 unsigned MaxPop = 0; in ProcessSwitchInst() local
459 if ((Pop += N) > MaxPop) { in ProcessSwitchInst()
460 MaxPop = Pop; in ProcessSwitchInst()
484 assert(MaxPop > 0 && PopSucc); in ProcessSwitchInst()
495 for (unsigned I = 0 ; I < (MaxPop - 1) ; ++I) in ProcessSwitchInst()