Lines Matching defs:Prob

2054     BranchProbability Prob,
2061 UnwindDests.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob);
2068 UnwindDests.emplace_back(FuncInfo.MBBMap[CatchPadBB], Prob);
2085 /// The passed-in Prob is the edge probability to EHPadBB.
2088 BranchProbability Prob,
2099 findWasmUnwindDestinations(FuncInfo, EHPadBB, Prob, UnwindDests);
2110 UnwindDests.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob);
2115 UnwindDests.emplace_back(FuncInfo.MBBMap[EHPadBB], Prob);
2122 UnwindDests.emplace_back(FuncInfo.MBBMap[CatchPadBB], Prob);
2136 Prob *= BPI->getEdgeProbability(EHPadBB, NewEHPadBB);
2409 BranchProbability Prob) {
2413 if (Prob.isUnknown())
2414 Prob = getEdgeProbability(Src, Dst);
2415 Src->addSuccessor(Dst, Prob);
2690 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
2725 // We have flexibility in setting Prob for BB1 and Prob for TmpBB.
3237 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
11966 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob);
11996 return a.Prob != b.Prob ?
11997 a.Prob > b.Prob :
12005 if (I->Prob > W.LastCluster->Prob)
12018 UnhandledProbs += I->Prob;
12035 UnhandledProbs -= I->Prob;
12047 auto JumpProb = I->Prob;
12116 BTB->Prob += DefaultProb / 2;
12153 getCurSDLoc(), I->Prob, UnhandledProbs);
12270 if (CC.Prob < TopCaseProb)
12272 TopCaseProb = CC.Prob;
12299 << CC.Prob << "\n");
12300 CC.Prob = scaleCaseProbality(CC.Prob, TopCaseProb);
12301 LLVM_DEBUG(dbgs() << "After scaling: " << CC.Prob << "\n");
12315 BranchProbability Prob =
12318 Clusters.push_back(CaseCluster::range(CaseVal, CaseVal, Succ, Prob));