Searched refs:ColdThreshold (Results 1 – 4 of 4) sorted by relevance
39 uint64_t HotThreshold, uint64_t ColdThreshold) in CSPreInliner() argument41 HotCountThreshold(HotThreshold), ColdCountThreshold(ColdThreshold) {} in CSPreInliner()
71 uint64_t ColdThreshold);
168 Optional<int> ColdThreshold; member
91 static cl::opt<int> ColdThreshold( variable1570 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()2736 Params.ColdThreshold = ColdThreshold; in getInlineParams()2737 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()2738 Params.ColdThreshold = ColdThreshold; in getInlineParams()