Home
last modified time | relevance | path

Searched refs:DetailedSummary (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDProfileSummary.h51 const SummaryEntryVector DetailedSummary; variable
71 ProfileSummary(Kind K, const SummaryEntryVector &DetailedSummary,
76 : PSK(K), DetailedSummary(DetailedSummary), TotalCount(TotalCount), in PSK()
88 const SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDProfileSummaryInfo.cpp112 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local
114 DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds()
116 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds()
118 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary); in computeThresholds()
148 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold() local
149 auto &Entry = ProfileSummaryBuilder::getEntryForPercentile(DetailedSummary, in computeThreshold()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDProfileSummaryBuilder.cpp161 DetailedSummary.push_back(PSE); in computeDetailedSummary()
188 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary()
222 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
HDInstrProfReader.cpp1170 SummaryEntryVector DetailedSummary; in readSummary() local
1173 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary()
1182 DetailedSummary, SummaryData->get(Summary::TotalBlockCount), in readSummary()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDProfileSummary.cpp59 for (auto &Entry : DetailedSummary) { in getDetailedSummaryMD()
261 for (const auto &Entry : DetailedSummary) { in printDetailedSummary()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDProfileCommon.h54 SummaryEntryVector DetailedSummary;