Lines Matching defs:UnhandledProbs
983 BranchProbability UnhandledProbs,
1007 auto FallthroughProb = UnhandledProbs;
1052 BranchProbability UnhandledProbs,
1076 CurMBB, MIB.getDebugLoc(), I->Prob, UnhandledProbs);
1203 BranchProbability DefaultProb, BranchProbability UnhandledProbs,
1218 BTB->DefaultProb = UnhandledProbs;
1277 BranchProbability UnhandledProbs = DefaultProb;
1279 UnhandledProbs += I->Prob;
1294 UnhandledProbs -= I->Prob;
1299 DefaultProb, UnhandledProbs, I, Fallthrough,
1309 UnhandledProbs, I, Fallthrough,
1318 FallthroughUnreachable, UnhandledProbs,