Searched refs:MaxPop (Results 1 – 1 of 1) sorted by relevance
432 unsigned MaxPop = 0; in ProcessSwitchInst() local459 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()