Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1179 uint64_t MaxBodySample = FS.getMaxCountInside(/* SkipCallSite*/ true); in adjustInstrProfile() local
1198 MaxBodySample = in adjustInstrProfile()
1199 std::max(FlattenSampleMap[*NewRootName].second, MaxBodySample); in adjustInstrProfile()
1201 std::make_pair(EntrySample, MaxBodySample); in adjustInstrProfile()