Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h110 std::string SampleProfile; member
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp150 c.SampleProfile = std::string(config->ltoSampleProfile); in createConfig()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1513 std::unique_ptr<raw_pwrite_stream> OS, std::string SampleProfile, in runThinLTOBackend() argument
1548 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp267 Conf.SampleProfile = SamplePGOFile; in run()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1505 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp