Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/ !
H A Dllvm-profdata.cpp1037 uint64_t ColdInstrThreshold, in updateInstrProfileEntry() argument
1058 uint64_t Threshold = (SetToHot ? HotInstrThreshold : ColdInstrThreshold); in updateInstrProfileEntry()
1063 Threshold = (HotInstrThreshold + ColdInstrThreshold) / 2; in updateInstrProfileEntry()
1311 uint64_t ColdInstrThreshold = in adjustInstrProfile() local
1339 It->second.MaxCount > ColdInstrThreshold || in adjustInstrProfile()
1344 ColdInstrThreshold, ZeroCounterThreshold); in adjustInstrProfile()