Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DProfileSummary.h33 struct ProfileSummaryEntry { struct
38 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() function
43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp78 const ProfileSummaryEntry &
81 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()
154 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen}; in computeDetailedSummary()
H A DInstrProfWriter.cpp318 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
H A DSampleProfReader.cpp1403 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()
1445 std::vector<ProfileSummaryEntry> Entries; in readSummary()
H A DSampleProfWriter.cpp765 const std::vector<ProfileSummaryEntry> &Entries = in writeSummary()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DProfileCommon.h68 static const ProfileSummaryEntry &
H A DSampleProfReader.h653 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
H A DInstrProf.h1131 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp99 auto Predicate = [&Cutoff](const ProfileSummaryEntry &PE) { in verifyProfileSummary()
102 const std::vector<ProfileSummaryEntry> &Details = in verifyProfileSummary()
H A DInstrProfTest.cpp164 const std::vector<ProfileSummaryEntry> &Details = IPS.getDetailedSummary(); in TEST_F()
166 auto Predicate = [&Cutoff](const ProfileSummaryEntry &PE) { in TEST_F()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2430 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()