Searched refs:SetToHot (Results 1 – 1 of 1) sorted by relevance
977 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry() argument993 (SetToHot ? InstrProfRecord::PseudoHot : InstrProfRecord::PseudoWarm); in updateInstrProfileEntry()1000 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()1004 if (!SetToHot && Threshold >= HotInstrThreshold) { in updateInstrProfileEntry()1284 bool SetToHot = SampleMaxCount >= HotSampleThreshold; in adjustInstrProfile() local1285 updateInstrProfileEntry(It->second, SetToHot, HotInstrThreshold, in adjustInstrProfile()