Searched refs:HotInstrThreshold (Results 1 – 1 of 1) sorted by relevance
1036 uint64_t HotInstrThreshold, in updateInstrProfileEntry() argument1058 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()1062 if (!SetToHot && Threshold >= HotInstrThreshold) { in updateInstrProfileEntry()1063 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()1306 uint64_t HotInstrThreshold = in adjustInstrProfile() local1343 updateInstrProfileEntry(It->second, SetToHot, HotInstrThreshold, in adjustInstrProfile()