Home
last modified time | relevance | path

Searched refs:getPredictableBranchThreshold (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h336 BranchProbability getPredictableBranchThreshold() const;
1536 virtual BranchProbability getPredictableBranchThreshold() = 0;
1881 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function
1882 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
H A DTargetTransformInfoImpl.h85 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp233 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo
234 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp758 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
H A DCodeGenPrepare.cpp6628 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2759 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()
3181 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()
3391 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()