Searched refs:ColdThreshold (Results 1 – 3 of 3) sorted by relevance
33 static cl::opt<unsigned> ColdThreshold( variable630 const uint64_t ColdThreshold = in reorderBasicBlocks() local631 opts::ColdThreshold * in reorderBasicBlocks()673 if (AvgFreq[ClusterIndex] < static_cast<double>(ColdThreshold)) in reorderBasicBlocks()
198 Optional<int> ColdThreshold; member
100 static cl::opt<int> ColdThreshold( variable1880 Threshold = MinIfValid(Threshold, Params.ColdThreshold); in updateThreshold()3052 Params.ColdThreshold = ColdThreshold; in getInlineParams()3053 } else if (ColdThreshold.getNumOccurrences() > 0) { in getInlineParams()3054 Params.ColdThreshold = ColdThreshold; in getInlineParams()