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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp637 static BranchProbability getCHRBiasThreshold() { function
650 BranchProbability Threshold = getCHRBiasThreshold();
1899 assert(Bias >= getCHRBiasThreshold() && "Must be highly biased");
1942 assert(Bias >= getCHRBiasThreshold() && "Must be highly biased");

Completed in 107 milliseconds