Searched refs:ColdInstrThreshold (Results 1 – 1 of 1) sorted by relevance
1037 uint64_t ColdInstrThreshold, in updateInstrProfileEntry() argument1058 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()1063 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()1311 uint64_t ColdInstrThreshold = in adjustInstrProfile() local1339 It->second.MaxCount > ColdInstrThreshold || in adjustInstrProfile()1344 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile()