Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp979 uint64_t ColdInstrThreshold, in updateInstrProfileEntry() argument
1000 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()
1005 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()
1253 uint64_t ColdInstrThreshold = in adjustInstrProfile() local
1281 It->second.MaxCount > ColdInstrThreshold || in adjustInstrProfile()
1286 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile()