Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1036 uint64_t HotInstrThreshold, in updateInstrProfileEntry() argument
1058 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() local
1343 updateInstrProfileEntry(It->second, SetToHot, HotInstrThreshold, in adjustInstrProfile()