Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp63 cl::opt<uint64_t> ProfileSummaryColdCount( variable
174 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in getColdCountThreshold()
175 ColdCountThreshold = ProfileSummaryColdCount; in getColdCountThreshold()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp31 extern cl::opt<int> ProfileSummaryColdCount;