Lines Matching defs:TProb
401 BranchProbability TProb, BranchProbability FProb, bool InvertCond) {
415 CurBuilder->getDebugLoc(), TProb, FProb);
424 nullptr, TBB, FBB, CurBB, CurBuilder->getDebugLoc(), TProb, FProb);
437 Instruction::BinaryOps Opc, BranchProbability TProb,
447 findMergedConditions(NotCond, TBB, FBB, CurBB, SwitchBB, Opc, TProb, FProb,
480 emitBranchForMergedCondition(Cond, TBB, FBB, CurBB, SwitchBB, TProb, FProb,
512 auto NewTrueProb = TProb / 2;
513 auto NewFalseProb = TProb / 2 + FProb;
519 SmallVector<BranchProbability, 2> Probs{TProb / 2, FProb};
545 auto NewTrueProb = TProb + FProb / 2;
552 SmallVector<BranchProbability, 2> Probs{TProb, FProb / 2};