Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp157 (Summary->getDetailedSummary())); in shouldInline()
167 Summary->getDetailedSummary(), 100000 /* 10% */) in shouldInline()
H A DProfileGenerator.cpp1024 (Summary->getDetailedSummary())); in computeSummaryAndThreshold()
1026 (Summary->getDetailedSummary())); in computeSummaryAndThreshold()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DProfileSummary.h88 const SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp237 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds()
273 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp565 SamplePS.getDetailedSummary(), in adjustInstrProfile()
570 InstrPS.getDetailedSummary(), in adjustInstrProfile()
577 InstrPS.getDetailedSummary(), in adjustInstrProfile()
816 (Summary->getDetailedSummary())); in mergeSampleProfile()
1996 ProfileSummaryBuilder::getHotCountThreshold(BasePS.getDetailedSummary()); in loadProfiles()
1998 ProfileSummaryBuilder::getHotCountThreshold(TestPS.getDetailedSummary()); in loadProfiles()
2428 auto &SummaryVector = PS.getDetailedSummary(); in showHotFunctionList()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp103 Summary.getDetailedSummary(); in verifyProfileSummary()
H A DInstrProfTest.cpp164 const std::vector<ProfileSummaryEntry> &Details = IPS.getDetailedSummary(); in TEST_F()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp318 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
H A DSampleProfWriter.cpp766 Summary->getDetailedSummary(); in writeSummary()