Lines Matching defs:BestProb
1615 auto BestProb = BranchProbability::getZero();
1669 if (BestSucc.BB && BestProb >= SuccProb) {
1676 BestProb = SuccProb;
1692 if (DupProb < BestProb)
1695 (isProfitableToTailDup(BB, Succ, BestProb, Chain, BlockFilter))) {
3301 BranchProbability BestProb = BranchProbability::getZero();
3310 if (SuccProb > BestProb)
3311 BestProb = SuccProb;
3315 if (BBProb <= BestProb)
3321 BlockFrequency Gain = PredFreq * (BBProb - BestProb);