Searched refs:MaxPop (Results 1 – 2 of 2) sorted by relevance
440 unsigned MaxPop = 0; in processSwitchInst() local466 if ((Pop += N) > MaxPop) { in processSwitchInst()467 MaxPop = Pop; in processSwitchInst()485 assert(MaxPop > 0 && PopSucc); in processSwitchInst()
8496 unsigned MaxPop = 0; in visitSwitch() local8500 if (++Popularity[BB] > MaxPop) { in visitSwitch()8501 MaxPop = Popularity[BB]; in visitSwitch()8506 assert(MaxPop > 0 && MaxBB); in visitSwitch()