Searched refs:getPredictableBranchThreshold (Results 1 – 6 of 6) sorted by relevance
336 BranchProbability getPredictableBranchThreshold() const;1536 virtual BranchProbability getPredictableBranchThreshold() = 0;1881 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function1882 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
85 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
233 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo234 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
758 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
6628 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
2759 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()3181 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()3391 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()