Searched refs:MaxPop (Results 1 – 1 of 1) sorted by relevance
423 unsigned MaxPop = 0; in ProcessSwitchInst() local450 if ((Pop += N) > MaxPop) { in ProcessSwitchInst()451 MaxPop = Pop; in ProcessSwitchInst()475 assert(MaxPop > 0 && PopSucc); in ProcessSwitchInst()486 for (unsigned I = 0 ; I < (MaxPop - 1) ; ++I) in ProcessSwitchInst()