Searched refs:SampleProfile (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | CMakeLists.txt | 27 SampleProfile.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CMakeLists.txt | 30 SampleProfile.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | icp_sample.ll | 19 !5 = !{!"ProfileFormat", !"SampleProfile"}
|
D | thinlto_samplepgo_icp.ll | 36 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
D | thinlto_samplepgo_icp3.ll | 37 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
D | thinlto_samplepgo_icp_droppeddead.ll | 44 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
D | thinlto_samplepgo_icp2.ll | 51 !6 = !{!"ProfileFormat", !"SampleProfile"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-cold-callsite-samplepgo.ll | 36 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
D | prof-update-sample.ll | 38 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
D | inline-hot-callsite.ll | 50 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/ |
D | Config.h | 74 std::string SampleProfile; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/ |
D | section-samplepgo.ll | 42 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | LTOBackend.cpp | 151 if (!Conf.SampleProfile.empty()) in runNewPMPasses() 152 PGOOpt = PGOOptions("", "", Conf.SampleProfile, false, true); in runNewPMPasses() 269 PMB.PGOSampleUse = Conf.SampleProfile; in runOldPMPasses()
|
D | LTO.cpp | 272 if (!Conf.SampleProfile.empty()) { in computeCacheKey() 273 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeCacheKey()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | thinlto-function-summary-callgraph-sample-profile-summary.ll | 108 !3 = !{!"ProfileFormat", !"SampleProfile"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | CODE_OWNERS.TXT | 159 D: SampleProfile and related parts of ProfileData
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 216 Conf.SampleProfile = SamplePGOFile; in run()
|
/external/llvm/ |
D | CODE_OWNERS.TXT | 128 D: SampleProfile and related parts of ProfileData
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/ |
D | cov-zero-samples.ll | 16 source_filename = "test/Transforms/SampleProfile/cov-zero-samples.ll"
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/ |
D | gold-plugin.cpp | 890 Conf.SampleProfile = options::sample_profile; in createLTO()
|