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