Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp56 static cl::opt<int> ProfileSummaryColdCount( variable
213 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in computeThresholds()
214 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()