Lines Matching refs:Likely
3033 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB() local
3034 if (BIEndProb >= Likely) in SpeculativelyExecuteBB()
3519 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode() local
3524 if (BIBBProb >= Likely) in FoldTwoEntryPHINode()
3527 if (BITrueProb >= Likely || BIFalseProb >= Likely) in FoldTwoEntryPHINode()
3726 BranchProbability PBITrueProb, Likely; in shouldFoldCondBranchesToCommonDestination() local
3732 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()
3737 if (PBITrueProb.isUnknown() || PBITrueProb < Likely) in shouldFoldCondBranchesToCommonDestination()
3741 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()
3745 if (PBITrueProb.isUnknown() || PBITrueProb < Likely) in shouldFoldCondBranchesToCommonDestination()
3749 if (PBITrueProb.isUnknown() || PBITrueProb.getCompl() < Likely) in shouldFoldCondBranchesToCommonDestination()
4466 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SimplifyCondBranchToCondBranch() local
4467 if (CommonDestProb >= Likely) in SimplifyCondBranchToCondBranch()