Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h44 using SummaryEntryVector = std::vector<ProfileSummaryEntry>; variable
52 const SummaryEntryVector DetailedSummary;
72 ProfileSummary(Kind K, const SummaryEntryVector &DetailedSummary,
89 const SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h55 SummaryEntryVector DetailedSummary;
75 getEntryForPercentile(const SummaryEntryVector &DS, uint64_t Percentile);
76 LLVM_ABI static uint64_t getHotCountThreshold(const SummaryEntryVector &DS);
77 LLVM_ABI static uint64_t getColdCountThreshold(const SummaryEntryVector &DS);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp87 ProfileSummaryBuilder::getEntryForPercentile(const SummaryEntryVector &DS, in getEntryForPercentile()
175 ProfileSummaryBuilder::getHotCountThreshold(const SummaryEntryVector &DS) { in getHotCountThreshold()
185 ProfileSummaryBuilder::getColdCountThreshold(const SummaryEntryVector &DS) { in getColdCountThreshold()
H A DInstrProfReader.cpp1203 SummaryEntryVector DetailedSummary; in readSummary()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfileSummary.cpp149 static bool getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) { in getSummaryFromMD()
242 SummaryEntryVector Summary; in getFromMD()