Searched refs:ProfileSummaryEntry (Results 1 – 11 of 11) sorted by relevance
33 struct ProfileSummaryEntry { struct38 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() function43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
78 const ProfileSummaryEntry &81 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()154 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen}; in computeDetailedSummary()
318 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
1403 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()1445 std::vector<ProfileSummaryEntry> Entries; in readSummary()
765 const std::vector<ProfileSummaryEntry> &Entries = in writeSummary()
68 static const ProfileSummaryEntry &
653 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
1131 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
99 auto Predicate = [&Cutoff](const ProfileSummaryEntry &PE) { in verifyProfileSummary()102 const std::vector<ProfileSummaryEntry> &Details = in verifyProfileSummary()
164 const std::vector<ProfileSummaryEntry> &Details = IPS.getDetailedSummary(); in TEST_F()166 auto Predicate = [&Cutoff](const ProfileSummaryEntry &PE) { in TEST_F()
2430 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()