Lines Matching defs:Prob
486 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
521 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
667 BranchProbability Prob) {
672 if (Prob.isUnknown())
673 Prob = getEdgeProbability(Src, Dst);
674 Src->addSuccessor(Dst, Prob);
702 BranchProbability Prob =
705 Clusters.push_back(CaseCluster::range(CaseVal, CaseVal, Succ, Prob));
1006 auto JumpProb = I->Prob;
1076 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs);
1123 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
1223 BTB->Prob += DefaultProb / 2;
1257 return a.Prob != b.Prob
1258 ? a.Prob > b.Prob
1266 if (I->Prob > W.LastCluster->Prob)
1279 UnhandledProbs += I->Prob;
1294 UnhandledProbs -= I->Prob;
2821 BranchProbability Prob,
2841 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob);
2847 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob);
2855 UnwindDests.emplace_back(&getMBB(*CatchPadBB), Prob);
2869 Prob *= BPI->getEdgeProbability(EHPadBB, NewEHPadBB);
3572 BranchProbability UnhandledProb = BTB.Prob;