Searched refs:ProfileSummaryEntry (Results 1 – 9 of 9) sorted by relevance
33 struct ProfileSummaryEntry { struct38 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() argument43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
80 const ProfileSummaryEntry &83 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()160 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen}; in computeDetailedSummary()
1448 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()1490 std::vector<ProfileSummaryEntry> Entries; in readSummary()
814 ArrayRef<ProfileSummaryEntry> Entries = Summary->getDetailedSummary(); in writeSummary()
429 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
73 static const ProfileSummaryEntry &
673 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
1222 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
3086 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()