Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h54 SummaryEntryVector DetailedSummary;
74 getEntryForPercentile(const SummaryEntryVector &DS, uint64_t Percentile);
75 static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
76 static uint64_t getColdCountThreshold(const SummaryEntryVector &DS);
/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp81 ProfileSummaryBuilder::getEntryForPercentile(const SummaryEntryVector &DS, in getEntryForPercentile()
166 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold()
176 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { in getColdCountThreshold()
H A DInstrProfReader.cpp1170 SummaryEntryVector DetailedSummary; in readHeader()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
242 SummaryEntryVector Summary; in getFromMD()