Lines Matching defs:TProb
386 BranchProbability TProb, BranchProbability FProb, bool InvertCond) {
400 CurBuilder->getDebugLoc(), TProb, FProb);
409 nullptr, TBB, FBB, CurBB, CurBuilder->getDebugLoc(), TProb, FProb);
422 Instruction::BinaryOps Opc, BranchProbability TProb,
432 findMergedConditions(NotCond, TBB, FBB, CurBB, SwitchBB, Opc, TProb, FProb,
465 emitBranchForMergedCondition(Cond, TBB, FBB, CurBB, SwitchBB, TProb, FProb,
497 auto NewTrueProb = TProb / 2;
498 auto NewFalseProb = TProb / 2 + FProb;
504 SmallVector<BranchProbability, 2> Probs{TProb / 2, FProb};
530 auto NewTrueProb = TProb + FProb / 2;
537 SmallVector<BranchProbability, 2> Probs{TProb, FProb / 2};