Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1125 uint64_t ColdInstrThreshold, in updateInstrProfileEntry() argument
1146 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()
1151 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()
1397 uint64_t ColdInstrThreshold = in adjustInstrProfile() local
1425 It->second.MaxCount > ColdInstrThreshold || in adjustInstrProfile()
1430 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile()