Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h97 BranchProbability getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function
H A DTargetTransformInfo.h2174 BranchProbability getPredictableBranchThreshold() override { in getPredictableBranchThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp275 BranchProbability TargetTransformInfo::getPredictableBranchThreshold() const { in getPredictableBranchThreshold() function in TargetTransformInfo