Lines Matching defs:Prob
860 auto Prob = MBPI->getEdgeProbability(Succ, SuccSucc);
861 if (Prob > BestSuccSucc)
862 BestSuccSucc = Prob;
1393 * Prob(BB->Succ) > 2 * Prob(BB->Pred)
1395 * (1-T) * Prob(BB->Succ) > T * Prob(BB->Pred)
1490 // We know Prob(S->BB) > Prob(S->Pred), so freq(S->BB) > freq(S->Pred), which
1495 // strong biased branch at block S with Prob(S->BB) in order to select
1497 // edge: Prob(Succ->BB) needs to >= HotProb in order to be selected (without