Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1430 BranchProbability TargetLoweringBase::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetLoweringBase
H A DCodeGenPrepare.cpp5689 if (Probability > TLI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h382 virtual BranchProbability getPredictableBranchThreshold() const;