Home
last modified time | relevance | path

Searched refs:SummaryEntryVector (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DProfileCommon.h49 SummaryEntryVector DetailedSummary;
69 getEntryForPercentile(const SummaryEntryVector &DS, uint64_t Percentile);
70 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
71 static uint64_t getColdCountThreshold(const SummaryEntryVector &DS);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DProfileSummary.h43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>; variable
51 const SummaryEntryVector DetailedSummary;
71 ProfileSummary(Kind K, const SummaryEntryVector &DetailedSummary,
88 const SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp79 ProfileSummaryBuilder::getEntryForPercentile(const SummaryEntryVector &DS, in getEntryForPercentile()
160 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold()
170 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { in getColdCountThreshold()
H A DInstrProfReader.cpp899 SummaryEntryVector DetailedSummary; in readSummary()
/llvm-project-15.0.7/llvm/lib/IR/
H A DProfileSummary.cpp149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
242 SummaryEntryVector Summary; in getFromMD()