Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h332 BranchProbability getPredictableBranchThreshold() const;
1457 virtual BranchProbability getPredictableBranchThreshold() = 0;
1763 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function
1764 return Impl.getPredictableBranchThreshold(); in getPredictableBranchThreshold()
H A DTargetTransformInfoImpl.h88 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp232 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo
233 return TTIImpl->getPredictableBranchThreshold(); in getPredictableBranchThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3033 Likely = TTI->getPredictableBranchThreshold(); in shouldFoldCondBranchesToCommonDestination()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6591 if (Probability > TTI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()