Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h33 struct ProfileSummaryEntry { struct
38 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount, in ProfileSummaryEntry() argument
43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>;
/src/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.cpp1448 std::vector<ProfileSummaryEntry> &Entries) { in readSummaryEntry()
1490 std::vector<ProfileSummaryEntry> Entries; in readSummary()
H A DSampleProfWriter.cpp814 ArrayRef<ProfileSummaryEntry> Entries = Summary->getDetailedSummary(); in writeSummary()
H A DInstrProfWriter.cpp429 const std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary()
/src/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.h1222 void setEntry(uint32_t I, const ProfileSummaryEntry &E) { in setEntry()
/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3086 for (const ProfileSummaryEntry &SummaryEntry : SummaryVector) { in showHotFunctionList()