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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h525 virtual BranchProbability getPredictableBranchThreshold() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1619 BranchProbability TargetLoweringBase::getPredictableBranchThreshold() const { function in class:TargetLoweringBase
H A DCodeGenPrepare.cpp6335 if (Probability > TLI->getPredictableBranchThreshold())

Completed in 75 milliseconds