Lines Matching defs:UnhandledProbs
998 BranchProbability UnhandledProbs,
1022 auto FallthroughProb = UnhandledProbs;
1067 BranchProbability UnhandledProbs,
1091 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs);
1218 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
1233 BTB->DefaultProb = UnhandledProbs;
1292 BranchProbability UnhandledProbs = DefaultProb;
1294 UnhandledProbs += I->Prob;
1309 UnhandledProbs -= I->Prob;
1314 DefaultProb, UnhandledProbs, I, Fallthrough,
1324 UnhandledProbs, I, Fallthrough,
1333 FallthroughUnreachable, UnhandledProbs,