Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h37 extern cl::opt<uint64_t> ProfileSummaryColdCount;