Searched refs:ProfileSummaryEntry (Results 1 – 9 of 9) sorted by relevance
34 struct ProfileSummaryEntry { struct39 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() argument44 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
84 static const ProfileSummaryEntry ZeroCutoffEntry = {0, UINT64_MAX, 0};86 const ProfileSummaryEntry &92 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()169 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen}; in computeDetailedSummary()
1532 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()1574 std::vector<ProfileSummaryEntry> Entries; in readSummary()
441 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
811 ArrayRef<ProfileSummaryEntry> Entries = Summary->getDetailedSummary(); in writeSummary()
74 LLVM_ABI static const ProfileSummaryEntry &
731 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
1285 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
3179 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()