Lines Matching defs:Prob
501 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
536 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
682 BranchProbability Prob) {
687 if (Prob.isUnknown())
688 Prob = getEdgeProbability(Src, Dst);
689 Src->addSuccessor(Dst, Prob);
717 BranchProbability Prob =
720 Clusters.push_back(CaseCluster::range(CaseVal, CaseVal, Succ, Prob));
1021 auto JumpProb = I->Prob;
1091 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs);
1138 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
1238 BTB->Prob += DefaultProb / 2;
1272 return a.Prob != b.Prob
1273 ? a.Prob > b.Prob
1281 if (I->Prob > W.LastCluster->Prob)
1294 UnhandledProbs += I->Prob;
1309 UnhandledProbs -= I->Prob;
2876 BranchProbability Prob,
2896 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob);
2902 UnwindDests.emplace_back(&getMBB(*EHPadBB), Prob);
2910 UnwindDests.emplace_back(&getMBB(*CatchPadBB), Prob);
2924 Prob *= BPI->getEdgeProbability(EHPadBB, NewEHPadBB);
3734 BranchProbability UnhandledProb = BTB.Prob;