Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp59 cl::opt<uint64_t> ProfileSummaryHotCount( variable
170 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in getHotCountThreshold()
171 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h36 extern cl::opt<uint64_t> ProfileSummaryHotCount;