Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h119 std::string SampleProfile; member
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp89 c.SampleProfile = ctx.config.ltoSampleProfileName; in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp239 if (!Conf.SampleProfile.empty()) in runNewPMPasses()
240 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp345 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()
346 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1193 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument
1232 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp127 c.SampleProfile = std::string(config->ltoSampleProfile); in createConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp319 Conf.SampleProfile = SamplePGOFile; in run()
/freebsd/lib/clang/libllvm/
H A DMakefile1763 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp