Searched refs:SetToHot (Results 1 – 1 of 1) sorted by relevance
1123 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry() argument1139 (SetToHot ? InstrProfRecord::PseudoHot : InstrProfRecord::PseudoWarm); in updateInstrProfileEntry()1146 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()1150 if (!SetToHot && Threshold >= HotInstrThreshold) { in updateInstrProfileEntry()1428 bool SetToHot = SampleMaxCount >= HotSampleThreshold; in adjustInstrProfile() local1429 updateInstrProfileEntry(It->second, SetToHot, HotInstrThreshold, in adjustInstrProfile()