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.cpp91 static cl::opt<int> ColdBranchProbDenom( variable
675 if (ColdBranchProbDenom.getNumOccurrences()) in outlineColdRegions()
676 ColdProbThresh = BranchProbability(1, ColdBranchProbDenom.getValue()); in outlineColdRegions()