Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp90 static cl::opt<int> ColdBranchProbDenom( variable
674 if (ColdBranchProbDenom.getNumOccurrences()) in outlineColdRegions()
675 ColdProbThresh = BranchProbability(1, ColdBranchProbDenom.getValue()); in outlineColdRegions()