Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h49 SummaryEntryVector DetailedSummary;
69 getEntryForPercentile(SummaryEntryVector &DS, uint64_t Percentile);
70 static uint64_t getHotCountThreshold(SummaryEntryVector &DS);
71 static uint64_t getColdCountThreshold(SummaryEntryVector &DS);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h43 using SummaryEntryVector = std::vector<ProfileSummaryEntry>; variable
51 SummaryEntryVector DetailedSummary;
71 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary,
88 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp83 ProfileSummaryBuilder::getEntryForPercentile(SummaryEntryVector &DS, in getEntryForPercentile()
157 uint64_t ProfileSummaryBuilder::getHotCountThreshold(SummaryEntryVector &DS) { in getHotCountThreshold()
166 uint64_t ProfileSummaryBuilder::getColdCountThreshold(SummaryEntryVector &DS) { in getColdCountThreshold()
H A DInstrProfReader.cpp810 SummaryEntryVector DetailedSummary; in readSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp150 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
243 SummaryEntryVector Summary; in getFromMD()