Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1887 for (const auto &SummaryEntry : BasePS.getDetailedSummary()) { in loadProfiles() local
1888 if (SummaryEntry.Cutoff == HotCutoff) { in loadProfiles()
1889 BaseHotThreshold = SummaryEntry.MinCount; in loadProfiles()
1895 for (const auto &SummaryEntry : TestPS.getDetailedSummary()) { in loadProfiles() local
1896 if (SummaryEntry.Cutoff == HotCutoff) { in loadProfiles()
1897 TestHotThreshold = SummaryEntry.MinCount; in loadProfiles()
2316 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList() local
2317 if (SummaryEntry.Cutoff == HotFuncCutoff) { in showHotFunctionList()
2318 MinCountThreshold = SummaryEntry.MinCount; in showHotFunctionList()