Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp80 const ProfileSummaryEntry &
83 auto It = partition_point(DS, [=](const ProfileSummaryEntry &Entry) { in getEntryForPercentile()
160 ProfileSummaryEntry PSE = {Cutoff, Count, CountsSeen}; in computeDetailedSummary()
H A DSampleProfReader.cpp1447 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()
1489 std::vector<ProfileSummaryEntry> Entries; in readSummary()
H A DInstrProfWriter.cpp399 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
H A DSampleProfWriter.cpp814 const std::vector<ProfileSummaryEntry> &Entries = in writeSummary()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h73 static const ProfileSummaryEntry &
H A DSampleProfReader.h673 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
H A DInstrProf.h1138 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3011 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()