Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DProfileSummary.h54 SummaryEntryVector DetailedSummary; variable
62 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary, in ProfileSummary() argument
66 : PSK(K), DetailedSummary(std::move(DetailedSummary)), in ProfileSummary()
75 SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
/external/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp87 DetailedSummary.push_back(PSE); in computeDetailedSummary()
94 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary()
101 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
DInstrProfReader.cpp598 llvm::SummaryEntryVector DetailedSummary; in readSummary() local
601 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary()
606 ProfileSummary::PSK_Instr, DetailedSummary, in readSummary()
/external/llvm/lib/Analysis/
DProfileSummaryInfo.cpp109 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local
111 getMinCountForPercentile(DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds()
113 getMinCountForPercentile(DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds()
/external/llvm/test/Analysis/ProfileSummary/
Dbasic.ll35 !10 = !{!"DetailedSummary", !11}
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h55 SummaryEntryVector DetailedSummary;
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll48 !10 = !{!"DetailedSummary", !11}
Dinline-hot-callee.ll48 !10 = !{!"DetailedSummary", !11}
Dinline-hot-callsite.ll48 !10 = !{!"DetailedSummary", !11}
/external/llvm/test/Transforms/PGOProfile/
Dbranch1.ll48 ; USE-DAG: {{![0-9]+}} = !{!"DetailedSummary", {{![0-9]+}}}
/external/llvm/lib/IR/
DProfileSummary.cpp54 for (auto &Entry : DetailedSummary) { in getDetailedSummaryMD()