Lines Matching defs:Prob
875 auto Prob = MBPI->getEdgeProbability(Succ, SuccSucc);
876 if (Prob > BestSuccSucc)
877 BestSuccSucc = Prob;
1406 * Prob(BB->Succ) > 2 * Prob(BB->Pred)
1408 * (1-T) * Prob(BB->Succ) > T * Prob(BB->Pred)
1503 // We know Prob(S->BB) > Prob(S->Pred), so freq(S->BB) > freq(S->Pred), which
1508 // strong biased branch at block S with Prob(S->BB) in order to select
1510 // edge: Prob(Succ->BB) needs to >= HotProb in order to be selected (without