Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h416 BranchProbability getPredictableBranchThreshold() const;
1778 virtual BranchProbability getPredictableBranchThreshold() = 0;
2174 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function
2175 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
H A DTargetTransformInfoImpl.h97 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp653 auto ColdProbThresh = TTI.getPredictableBranchThreshold().getCompl(); in outlineColdRegions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp275 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo
278 : TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp1034 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
H A DCodeGenPrepare.cpp6886 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2974 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()