Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp64 cl::opt<uint64_t> ProfileSummaryColdCount( variable
180 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in getColdCountThreshold()
181 ColdCountThreshold = ProfileSummaryColdCount; in getColdCountThreshold()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp33 extern cl::opt<int> ProfileSummaryColdCount;