Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h267 virtual BranchProbability getPredictableBranchThreshold() const;
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1645 BranchProbability TargetLoweringBase::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetLoweringBase
DCodeGenPrepare.cpp4564 if (Probability > TLI->getPredictableBranchThreshold()) in isFormingBranchFromSelectProfitable()