Searched refs:getPredictableBranchThreshold (Results 1 – 7 of 7) sorted by relevance
420 BranchProbability getPredictableBranchThreshold() const;1840 virtual BranchProbability getPredictableBranchThreshold() = 0;2250 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function2251 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
98 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
673 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions()
276 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo279 : TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
1087 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
7000 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
3033 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()3519 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()3732 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()4466 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SimplifyCondBranchToCondBranch()