Home
last modified time | relevance | path

Searched refs:SetToHot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1035 static void updateInstrProfileEntry(InstrProfileEntry &IFE, bool SetToHot, in updateInstrProfileEntry() argument
1051 (SetToHot ? InstrProfRecord::PseudoHot : InstrProfRecord::PseudoWarm); in updateInstrProfileEntry()
1058 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()
1062 if (!SetToHot && Threshold >= HotInstrThreshold) { in updateInstrProfileEntry()
1342 bool SetToHot = SampleMaxCount >= HotSampleThreshold; in adjustInstrProfile() local
1343 updateInstrProfileEntry(It->second, SetToHot, HotInstrThreshold, in adjustInstrProfile()