Home
last modified time | relevance | path

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

12345

/external/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()
/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-project/llvm/include/llvm/IR/
DProfileSummary.h51 SummaryEntryVector DetailedSummary; variable
71 ProfileSummary(Kind K, SummaryEntryVector DetailedSummary,
76 : PSK(K), DetailedSummary(std::move(DetailedSummary)), in PSK()
88 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()
/external/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()
/external/llvm-project/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp103 DetailedSummary.push_back(PSE); in computeDetailedSummary()
110 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary()
117 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
/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/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()
/external/llvm-project/llvm/lib/Analysis/
DProfileSummaryInfo.cpp274 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local
276 DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds()
281 DetailedSummary, ProfileSummaryCutoffCold); in computeThresholds()
314 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold() local
315 auto &Entry = ProfileSummaryBuilder::getEntryForPercentile(DetailedSummary, in computeThreshold()
/external/llvm-project/llvm/unittests/IR/
DModuleTest.cpp103 !9 = !{!"DetailedSummary", !10}
141 !11 = !{!"DetailedSummary", !12} in TEST()
/external/llvm/test/Analysis/ProfileSummary/
Dbasic.ll35 !10 = !{!"DetailedSummary", !11}
/external/llvm-project/llvm/test/Transforms/PGOProfile/
Dicp_sample.ll26 !12 = !{!"DetailedSummary", !13}
Dremap.ll26 ; USE-DAG: {{![0-9]+}} = !{!"DetailedSummary", {{![0-9]+}}}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DProfileCommon.h48 SummaryEntryVector DetailedSummary;
/external/llvm-project/llvm/include/llvm/ProfileData/
DProfileCommon.h48 SummaryEntryVector DetailedSummary;
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h55 SummaryEntryVector DetailedSummary;
/external/llvm-project/llvm/test/CodeGen/ARM/
Dconstantpool-align.ll39 !9 = !{!"DetailedSummary", !10}
/external/llvm-project/llvm/test/Transforms/HotColdSplit/
Dcoldentrycount.ll44 !9 = !{!"DetailedSummary", !10}
/external/llvm-project/llvm/test/Transforms/FunctionImport/Inputs/
Dhotness_based_import.ll77 !10 = !{!"DetailedSummary", !11}
/external/llvm/test/Transforms/Inline/
Dinline-cold-callee.ll48 !10 = !{!"DetailedSummary", !11}
Dinline-hot-callsite.ll48 !10 = !{!"DetailedSummary", !11}
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dsection-samplepgo.ll49 !10 = !{!"DetailedSummary", !11}
/external/llvm-project/llvm/lib/IR/
DProfileSummary.cpp60 for (auto &Entry : DetailedSummary) { in getDetailedSummaryMD()
262 for (const auto &Entry : DetailedSummary) { in printDetailedSummary()
/external/llvm-project/llvm/test/Analysis/ProfileSummary/
Dbasic.ll47 !10 = !{!"DetailedSummary", !11}
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dcast-call-combine-prof.ll49 !10 = !{!"DetailedSummary", !11}

12345