Searched refs:ColdInstrThreshold (Results 1 – 1 of 1) sorted by relevance
979 uint64_t ColdInstrThreshold, in updateInstrProfileEntry() argument1000 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()1005 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()1253 uint64_t ColdInstrThreshold = in adjustInstrProfile() local1281 It->second.MaxCount > ColdInstrThreshold || in adjustInstrProfile()1286 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile()