Searched refs:ProfileSummaryHotCount (Results 1 – 2 of 2) sorted by relevance
59 cl::opt<uint64_t> ProfileSummaryHotCount( variable179 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in getHotCountThreshold()180 HotCountThreshold = ProfileSummaryHotCount; in getHotCountThreshold()
37 LLVM_ABI extern cl::opt<uint64_t> ProfileSummaryHotCount;