Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/lib/libLLVMipo/
H A DMakefile43 SampleProfile.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCMakeLists.txt36 SampleProfile.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/
H A DBUILD.gn57 "SampleProfile.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h110 std::string SampleProfile; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp213 if (!Conf.SampleProfile.empty()) in runNewPMPasses()
214 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
329 PMB.PGOSampleUse = Conf.SampleProfile; in runOldPMPasses()
H A DLTO.cpp305 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()
306 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1506 std::unique_ptr<raw_pwrite_stream> OS, std::string SampleProfile, in runThinLTOBackend() argument
1541 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp267 Conf.SampleProfile = SamplePGOFile; in run()
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCODE_OWNERS.TXT178 D: SampleProfile and related parts of ProfileData
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp942 Conf.SampleProfile = options::sample_profile; in createLTO()