Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp67 cl::opt<int> ProfileSummaryColdCount( variable
172 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in getColdCountThreshold()
173 ColdCountThreshold = ProfileSummaryColdCount; in getColdCountThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp32 extern cl::opt<int> ProfileSummaryColdCount;