Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp117 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds()
152 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h89 const SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1384 SamplePS.getDetailedSummary(), in adjustInstrProfile()
1389 SamplePS.getDetailedSummary(), in adjustInstrProfile()
1394 InstrPS.getDetailedSummary(), in adjustInstrProfile()
1401 InstrPS.getDetailedSummary(), in adjustInstrProfile()
1662 (Summary->getDetailedSummary())); in mergeSampleProfile()
2736 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()
2738 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()
3177 auto &SummaryVector = PS.getDetailedSummary(); in showHotFunctionList()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp441 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
H A DSampleProfWriter.cpp811 ArrayRef<ProfileSummaryEntry> Entries = Summary->getDetailedSummary(); in writeSummary()