Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp602 static BranchProbability getCHRBiasThreshold() { in getCHRBiasThreshold() function
615 BranchProbability Threshold = getCHRBiasThreshold(); in checkBias()
1899 assert(Bias >= getCHRBiasThreshold() && "Must be highly biased"); in fixupBranch()
1941 assert(Bias >= getCHRBiasThreshold() && "Must be highly biased"); in fixupSelect()