Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1124 uint64_t HotInstrThreshold, in updateInstrProfileEntry() argument
1146 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()
1150 if (!SetToHot && Threshold >= HotInstrThreshold) { in updateInstrProfileEntry()
1151 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()
1392 uint64_t HotInstrThreshold = in adjustInstrProfile() local
1429 updateInstrProfileEntry(It->second, SetToHot, HotInstrThreshold, in adjustInstrProfile()