Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1322 uint64_t SampleMaxCount = std::max(E.second.first, E.second.second); in adjustInstrProfile() local
1323 if (SampleMaxCount < ColdSampleThreshold) in adjustInstrProfile()
1342 bool SetToHot = SampleMaxCount >= HotSampleThreshold; in adjustInstrProfile()