Searched refs:ProfileSummaryColdCount (Results 1 – 2 of 2) sorted by relevance
64 static cl::opt<int> ProfileSummaryColdCount( variable253 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in computeThresholds()254 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()
65 static cl::opt<int> ProfileSummaryColdCount( variable283 if (ProfileSummaryColdCount.getNumOccurrences() > 0) in computeThresholds()284 ColdCountThreshold = ProfileSummaryColdCount; in computeThresholds()