Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp59 cl::opt<uint64_t> ProfileSummaryHotCount( variable
179 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in getHotCountThreshold()
180 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h37 LLVM_ABI extern cl::opt<uint64_t> ProfileSummaryHotCount;