Lines Matching defs:ColdThreshold
114 static cl::opt<int> ColdThreshold(
1236 /*ColdThreshold*/ {},
2024 Threshold = MinIfValid(Threshold, Params.ColdThreshold);
2981 /*ColdThreshold*/ {},
3230 // If the -inline-threshold is not specified, set the ColdThreshold from the
3233 // explicitly specified to set the ColdThreshold knob
3237 Params.ColdThreshold = ColdThreshold;
3238 } else if (ColdThreshold.getNumOccurrences() > 0) {
3239 Params.ColdThreshold = ColdThreshold;