Home
last modified time | relevance | path

Searched refs:SampleProfile (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DCMakeLists.txt27 SampleProfile.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCMakeLists.txt30 SampleProfile.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
Dicp_sample.ll19 !5 = !{!"ProfileFormat", !"SampleProfile"}
Dthinlto_samplepgo_icp.ll36 !6 = !{!"ProfileFormat", !"SampleProfile"}
Dthinlto_samplepgo_icp3.ll37 !6 = !{!"ProfileFormat", !"SampleProfile"}
Dthinlto_samplepgo_icp_droppeddead.ll44 !6 = !{!"ProfileFormat", !"SampleProfile"}
Dthinlto_samplepgo_icp2.ll51 !6 = !{!"ProfileFormat", !"SampleProfile"}
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline-cold-callsite-samplepgo.ll36 !3 = !{!"ProfileFormat", !"SampleProfile"}
Dprof-update-sample.ll38 !3 = !{!"ProfileFormat", !"SampleProfile"}
Dinline-hot-callsite.ll50 !3 = !{!"ProfileFormat", !"SampleProfile"}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h74 std::string SampleProfile; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/
Dsection-samplepgo.ll42 !3 = !{!"ProfileFormat", !"SampleProfile"}
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp151 if (!Conf.SampleProfile.empty()) in runNewPMPasses()
152 PGOOpt = PGOOptions("", "", Conf.SampleProfile, false, true); in runNewPMPasses()
269 PMB.PGOSampleUse = Conf.SampleProfile; in runOldPMPasses()
DLTO.cpp272 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/
Dthinlto-function-summary-callgraph-sample-profile-summary.ll108 !3 = !{!"ProfileFormat", !"SampleProfile"}
/external/swiftshader/third_party/llvm-7.0/llvm/
DCODE_OWNERS.TXT159 D: SampleProfile and related parts of ProfileData
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp216 Conf.SampleProfile = SamplePGOFile; in run()
/external/llvm/
DCODE_OWNERS.TXT128 D: SampleProfile and related parts of ProfileData
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dcov-zero-samples.ll16 source_filename = "test/Transforms/SampleProfile/cov-zero-samples.ll"
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp890 Conf.SampleProfile = options::sample_profile; in createLTO()