Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp238 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds()
274 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DProfileSummary.h88 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp416 (Summary->getDetailedSummary())); in computeSummaryAndThreshold()
418 (Summary->getDetailedSummary())); in computeSummaryAndThreshold()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp486 SamplePS.getDetailedSummary(), in adjustInstrProfile()
491 InstrPS.getDetailedSummary(), in adjustInstrProfile()
498 InstrPS.getDetailedSummary(), in adjustInstrProfile()
735 (Summary->getDetailedSummary())); in mergeSampleProfile()
1887 for (const auto &SummaryEntry : BasePS.getDetailedSummary()) { in loadProfiles()
1895 for (const auto &SummaryEntry : TestPS.getDetailedSummary()) { in loadProfiles()
2314 auto &SummaryVector = PS.getDetailedSummary(); in showHotFunctionList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp275 std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
H A DSampleProfWriter.cpp672 std::vector<ProfileSummaryEntry> &Entries = Summary->getDetailedSummary(); in writeSummary()