Searched refs:ProfileSummaryHotCount (Results 1 – 2 of 2) sorted by relevance
59 static cl::opt<int> ProfileSummaryHotCount( variable248 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in computeThresholds()249 HotCountThreshold = ProfileSummaryHotCount; in computeThresholds()
60 static cl::opt<int> ProfileSummaryHotCount( variable278 if (ProfileSummaryHotCount.getNumOccurrences() > 0) in computeThresholds()279 HotCountThreshold = ProfileSummaryHotCount; in computeThresholds()