Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h332 BranchProbability getPredictableBranchThreshold() const;
1446 virtual BranchProbability getPredictableBranchThreshold() = 0;
1752 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function
1753 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
H A DTargetTransformInfoImpl.h88 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp228 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo
229 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2389 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()
2761 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()
2972 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6613 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()