Searched refs:ColdThreshold (Results 1 – 2 of 2) sorted by relevance
161 Optional<int> ColdThreshold; member
65 static cl::opt<int> ColdThreshold( variable1236 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()2294 Params.ColdThreshold = ColdThreshold; in getInlineParams()2295 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()2296 Params.ColdThreshold = ColdThreshold; in getInlineParams()