| /llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/ |
| H A D | flattened.ll | 10 ; CHECK-NOT: !{!"ProfileFormat", !"SampleProfile"} 11 ; PRELINK: !{!"ProfileFormat", !"SampleProfile"} 12 ; NOTHINLTO: !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | entry_counts_missing_dbginfo.ll | 5 ; them based on the sample profile (SampleProfile::runOnFunction). 7 ; When we attempt to update its profile info (at the end of SampleProfile::runOnModule - llvm::upda… 120 !1 = !DIFile(filename: "temp.c", directory: "llvm/test/Transforms/SampleProfile")
|
| H A D | section-accurate-samplepgo.ll | 47 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | norepeated-icp-4.ll | 68 !27 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | cov-zero-samples.ll | 16 source_filename = "test/Transforms/SampleProfile/cov-zero-samples.ll"
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ModuleTest.cpp | 96 !2 = !{!"ProfileFormat", !"SampleProfile"} 132 !2 = !{!"ProfileFormat", !"SampleProfile"} in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | icp_sample.ll | 19 !5 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | thinlto_samplepgo_icp.ll | 36 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | thinlto_samplepgo_icp3.ll | 42 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | thinlto_samplepgo_icp_droppeddead.ll | 44 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | thinlto_samplepgo_icp2.ll | 51 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | CMakeLists.txt | 38 SampleProfile.cpp
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | profile_meta_invoke.ll | 27 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | prof-update-sample-alwaysinline.ll | 38 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | prof-update-sample.ll | 39 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
| H A D | inline-hot-callsite.ll | 110 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/ |
| H A D | BUILD.gn | 59 "SampleProfile.cpp",
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/ |
| H A D | section-samplepgo.ll | 42 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | Config.h | 113 std::string SampleProfile; member
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | insert-prefetch.ll | 45 !8 = !{!"ProfileFormat", !"SampleProfile"}
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | thinlto-function-summary-callgraph-sample-profile-summary.ll | 111 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 235 if (!Conf.SampleProfile.empty()) in runNewPMPasses() 236 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 1047 std::unique_ptr<raw_pwrite_stream> OS, std::string SampleProfile, in runThinLTOBackend() argument 1083 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | LTO.cpp | 148 c.SampleProfile = std::string(config->ltoSampleProfile); in createConfig()
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CODE_OWNERS.TXT | 174 D: SampleProfile and related parts of ProfileData
|