Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp949 SummaryEntryVector DetailedSummary; in readSummary()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfileSummary.cpp149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
242 SummaryEntryVector Summary; in getFromMD()