| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ProfileSummary.h | 51 const SummaryEntryVector DetailedSummary; variable 71 ProfileSummary(Kind K, const SummaryEntryVector &DetailedSummary, 76 : PSK(K), DetailedSummary(std::move(DetailedSummary)), in PSK() 88 const SummaryEntryVector &getDetailedSummary() { return DetailedSummary; } in getDetailedSummary()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ProfileSummaryInfo.cpp | 237 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThresholds() local 239 DetailedSummary, ProfileSummaryCutoffHot); in computeThresholds() 241 ProfileSummaryBuilder::getHotCountThreshold(DetailedSummary); in computeThresholds() 243 ProfileSummaryBuilder::getColdCountThreshold(DetailedSummary); in computeThresholds() 273 auto &DetailedSummary = Summary->getDetailedSummary(); in computeThreshold() local 274 auto &Entry = ProfileSummaryBuilder::getEntryForPercentile(DetailedSummary, in computeThreshold()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | ProfileSummaryBuilder.cpp | 155 DetailedSummary.push_back(PSE); in computeDetailedSummary() 182 ProfileSummary::PSK_Sample, DetailedSummary, TotalCount, MaxCount, 0, in getSummary() 218 ProfileSummary::PSK_Instr, DetailedSummary, TotalCount, MaxCount, in getSummary()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ModuleTest.cpp | 103 !9 = !{!"DetailedSummary", !10} 141 !11 = !{!"DetailedSummary", !12} in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | icp_sample.ll | 26 !12 = !{!"DetailedSummary", !13}
|
| H A D | remap.ll | 26 ; USE-DAG: {{![0-9]+}} = !{!"DetailedSummary", {{![0-9]+}}}
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | profile_meta_invoke.ll | 34 !10 = !{!"DetailedSummary", !11}
|
| H A D | inline-cold-callee.ll | 42 !10 = !{!"DetailedSummary", !11}
|
| H A D | inline-cold-callsite-pgo.ll | 48 !10 = !{!"DetailedSummary", !11}
|
| H A D | inline-hot-callee.ll | 51 !10 = !{!"DetailedSummary", !11}
|
| H A D | inline-hot-callsite-2.ll | 52 !10 = !{!"DetailedSummary", !11}
|
| H A D | prof-update-instr.ll | 42 !10 = !{!"DetailedSummary", !11}
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | ProfileCommon.h | 49 SummaryEntryVector DetailedSummary;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | constantpool-align.ll | 39 !9 = !{!"DetailedSummary", !10}
|
| /llvm-project-15.0.7/llvm/test/Transforms/HotColdSplit/ |
| H A D | coldentrycount.ll | 44 !9 = !{!"DetailedSummary", !10}
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 59 for (auto &Entry : DetailedSummary) { in getDetailedSummaryMD() 261 for (const auto &Entry : DetailedSummary) { in printDetailedSummary()
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/ |
| H A D | section-samplepgo.ll | 49 !10 = !{!"DetailedSummary", !11}
|
| /llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/Inputs/ |
| H A D | hotness_based_import.ll | 77 !10 = !{!"DetailedSummary", !11}
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | cast-call-combine-prof.ll | 49 !10 = !{!"DetailedSummary", !11}
|
| /llvm-project-15.0.7/llvm/test/Analysis/ProfileSummary/ |
| H A D | basic.ll | 47 !10 = !{!"DetailedSummary", !11}
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | SizeOptsTest.cpp | 118 !9 = !{!"DetailedSummary", !10}
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-fp-imm-size.ll | 70 !9 = !{!"DetailedSummary", !10}
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/ |
| H A D | split-machine-functions.ll | 79 !12 = !{!"DetailedSummary", !13}
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/Inputs/ |
| H A D | thinlto_cspgo_bar_gen.ll | 49 !10 = !{!"DetailedSummary", !11}
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/ |
| H A D | func_metadata.ll | 40 !10 = !{!"DetailedSummary", !11}
|