Searched refs:getPredictableBranchThreshold (Results 1 – 7 of 7) sorted by relevance
416 BranchProbability getPredictableBranchThreshold() const;1778 virtual BranchProbability getPredictableBranchThreshold() = 0;2174 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function2175 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
97 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
653 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions()
275 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo278 : TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
1034 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
6886 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
2974 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()3455 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()3665 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()4398 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SimplifyCondBranchToCondBranch()