Lines Matching defs:Prob
2062 BranchProbability Prob,
2069 UnwindDests.emplace_back(FuncInfo.getMBB(EHPadBB), Prob);
2076 UnwindDests.emplace_back(FuncInfo.getMBB(CatchPadBB), Prob);
2093 /// The passed-in Prob is the edge probability to EHPadBB.
2096 BranchProbability Prob,
2107 findWasmUnwindDestinations(FuncInfo, EHPadBB, Prob, UnwindDests);
2118 UnwindDests.emplace_back(FuncInfo.getMBB(EHPadBB), Prob);
2123 UnwindDests.emplace_back(FuncInfo.getMBB(EHPadBB), Prob);
2130 UnwindDests.emplace_back(FuncInfo.getMBB(CatchPadBB), Prob);
2144 Prob *= BPI->getEdgeProbability(EHPadBB, NewEHPadBB);
2413 BranchProbability Prob) {
2417 if (Prob.isUnknown())
2418 Prob = getEdgeProbability(Src, Dst);
2419 Src->addSuccessor(Dst, Prob);
2694 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
2729 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
3240 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
12109 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob);
12139 return a.Prob != b.Prob ?
12140 a.Prob > b.Prob :
12148 if (I->Prob > W.LastCluster->Prob)
12161 UnhandledProbs += I->Prob;
12178 UnhandledProbs -= I->Prob;
12190 auto JumpProb = I->Prob;
12259 BTB->Prob += DefaultProb / 2;
12296 getCurSDLoc(), I->Prob, UnhandledProbs);
12413 if (CC.Prob < TopCaseProb)
12415 TopCaseProb = CC.Prob;
12442 << CC.Prob << "\n");
12443 CC.Prob = scaleCaseProbality(CC.Prob, TopCaseProb);
12444 LLVM_DEBUG(dbgs() << "After scaling: " << CC.Prob << "\n");
12458 BranchProbability Prob =
12461 Clusters.push_back(CaseCluster::range(CaseVal, CaseVal, Succ, Prob));