Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp672 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp282 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo
285 : TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h434 LLVM_ABI BranchProbability getPredictableBranchThreshold() const;
H A DTargetTransformInfoImpl.h124 virtual BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1203 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
H A DCodeGenPrepare.cpp7396 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3122 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in isProfitableToSpeculate()
3675 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in foldTwoEntryPHINode()
3886 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()
4616 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SimplifyCondBranchToCondBranch()