Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h49 SummaryEntryVector DetailedSummary; variable
58 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary() argument
62 : PSK(K), DetailedSummary(std::move(DetailedSummary)), in ProfileSummary()
72 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp90 DetailedSummary.push_back(PSE); in computeDetailedSummary()
97 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary()
104 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
DInstrProfReader.cpp770 SummaryEntryVector DetailedSummary; in readSummary() local
773 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary()
782 DetailedSummary, SummaryData->get(Summary::TotalBlockCount), in readSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp244 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local
246 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds()
251 getEntryForPercentile(DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds()
270 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold() local
272 getEntryForPercentile(DetailedSummary, PercentileCutoff); in computeThreshold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h48 SummaryEntryVector DetailedSummary;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp51 for (auto &Entry : DetailedSummary) { in getDetailedSummaryMD()