Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp58 cl::opt<uint64_t> ProfileSummaryHotCount( variable
164 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in getHotCountThreshold()
165 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp30 extern cl::opt<int> ProfileSummaryHotCount;