Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h34 struct ProfileSummaryEntry { struct
39 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() argument
44 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp84 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()
H A DSampleProfReader.cpp1532 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()
1574 std::vector<ProfileSummaryEntry> Entries; in readSummary()
H A DInstrProfWriter.cpp441 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
H A DSampleProfWriter.cpp811 ArrayRef<ProfileSummaryEntry> Entries = Summary->getDetailedSummary(); in writeSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h74 LLVM_ABI static const ProfileSummaryEntry &
H A DSampleProfReader.h731 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
H A DInstrProf.h1285 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3179 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()