Searched refs:ColdInstrThreshold (Results 1 – 1 of 1) sorted by relevance
1125 uint64_t ColdInstrThreshold, in updateInstrProfileEntry() argument1146 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()1151 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()1397 uint64_t ColdInstrThreshold = in adjustInstrProfile() local1425 It->second.MaxCount > ColdInstrThreshold || in adjustInstrProfile()1430 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile()