Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDProfileSummaryInfo.cpp112 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds()
148 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDProfileSummary.h88 const SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary() function
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp1298 SamplePS.getDetailedSummary(), in adjustInstrProfile()
1303 SamplePS.getDetailedSummary(), in adjustInstrProfile()
1308 InstrPS.getDetailedSummary(), in adjustInstrProfile()
1315 InstrPS.getDetailedSummary(), in adjustInstrProfile()
1569 (Summary->getDetailedSummary())); in mergeSampleProfile()
2640 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()
2642 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()
3084 auto &SummaryVector = PS.getDetailedSummary(); in showHotFunctionList()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfWriter.cpp814 ArrayRef<ProfileSummaryEntry> Entries = Summary->getDetailedSummary(); in writeSummary()
HDInstrProfWriter.cpp429 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()