Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3011 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList() local
3012 if (SummaryEntry.Cutoff == HotFuncCutoff) { in showHotFunctionList()
3013 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()