Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h122 std::string SampleProfile; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp243 if (!Conf.SampleProfile.empty()) in runNewPMPasses()
244 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp333 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()
334 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1180 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument
1219 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp125 c.SampleProfile = std::string(config->ltoSampleProfile); in createConfig()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp297 Conf.SampleProfile = SamplePGOFile; in run()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1751 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp