Searched refs:ColdThreshold (Results 1 – 3 of 3) sorted by relevance
138 Optional<int> ColdThreshold; member
63 static cl::opt<int> ColdThreshold( variable955 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()2121 Params.ColdThreshold = ColdThreshold; in getInlineParams()2122 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()2123 Params.ColdThreshold = ColdThreshold; in getInlineParams()
65 static cl::opt<int> ColdThreshold( variable656 ColdThreshold.getNumOccurrences() > 0) && in updateThreshold()657 ColdCallee && ColdThreshold < Threshold) in updateThreshold()658 Threshold = ColdThreshold; in updateThreshold()