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.h125 std::string SampleProfile; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp245 if (!Conf.SampleProfile.empty()) in runNewPMPasses()
246 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTO.cpp336 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()
337 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
2343 if (!C.SampleProfile.empty()) { in buildCommonRemoteCompilerOptions()
2345 Saver.save("-fprofile-sample-use=" + Twine(C.SampleProfile))); in buildCommonRemoteCompilerOptions()
2346 CommonInputs.insert(C.SampleProfile); in buildCommonRemoteCompilerOptions()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp83 c.SampleProfile = ctx.config.ltoSampleProfileName; in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1295 std::string SampleProfile, std::string ProfileRemapping, in runThinLTOBackend() argument
1338 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp124 c.SampleProfile = std::string(ctx.arg.ltoSampleProfile); in createConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp328 Conf.SampleProfile = SamplePGOFile; in run()
/freebsd/lib/clang/libllvm/
H A DMakefile1906 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp