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