Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h420 BranchProbability getPredictableBranchThreshold() const;
1840 virtual BranchProbability getPredictableBranchThreshold() = 0;
2250 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function
2251 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
H A DTargetTransformInfoImpl.h98 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp673 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp276 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo
279 : TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1087 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
H A DCodeGenPrepare.cpp7000 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3033 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()