Searched refs:ColdThreshold (Results 1 – 2 of 2) sorted by relevance
214 std::optional<int> ColdThreshold; member
114 static cl::opt<int> ColdThreshold( variable2012 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()3204 Params.ColdThreshold = ColdThreshold; in getInlineParams()3205 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()3206 Params.ColdThreshold = ColdThreshold; in getInlineParams()