Searched refs:ColdThreshold (Results 1 – 2 of 2) sorted by relevance
215 std::optional<int> ColdThreshold; member
117 static cl::opt<int> ColdThreshold( variable2174 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()3413 Params.ColdThreshold = ColdThreshold; in getInlineParams()3414 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()3415 Params.ColdThreshold = ColdThreshold; in getInlineParams()