Searched refs:MaxPop (Results 1 – 3 of 3) sorted by relevance
434 unsigned MaxPop = 0; in processSwitchInst() local460 if ((Pop += N) > MaxPop) { in processSwitchInst()461 MaxPop = Pop; in processSwitchInst()479 assert(MaxPop > 0 && PopSucc); in processSwitchInst()
2378 unsigned MaxPop = 0; in SimplifyUnreachable() local2383 if (I->second.first > MaxPop || in SimplifyUnreachable()2384 (I->second.first == MaxPop && MaxIndex > I->second.second)) { in SimplifyUnreachable()2385 MaxPop = I->second.first; in SimplifyUnreachable()2399 for (unsigned i = 0; i != MaxPop-1; ++i) in SimplifyUnreachable()
9049 unsigned MaxPop = 0; in visitSwitch() local9053 if (++Popularity[BB] > MaxPop) { in visitSwitch()9054 MaxPop = Popularity[BB]; in visitSwitch()9059 assert(MaxPop > 0 && MaxBB); in visitSwitch()