Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h316 BranchProbability getPredictableBranchThreshold() const;
1586 virtual BranchProbability getPredictableBranchThreshold() = 0;
1948 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function
1949 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
H A DTargetTransformInfoImpl.h86 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp234 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo
235 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp807 if (Probability > TTI->getPredictableBranchThreshold()) in isSelectHighlyPredictable()
H A DCodeGenPrepare.cpp6730 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2886 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in SpeculativelyExecuteBB()
3340 BranchProbability Likely = TTI.getPredictableBranchThreshold(); in FoldTwoEntryPHINode()
3550 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()