Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DConfig.h78 std::string SampleProfile; member
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DLTOBackend.cpp157 if (!Conf.SampleProfile.empty()) in runNewPMPasses()
158 PGOOpt = PGOOptions("", "", Conf.SampleProfile, Conf.ProfileRemapping, in runNewPMPasses()
276 PMB.PGOSampleUse = Conf.SampleProfile; in runOldPMPasses()
H A DLTO.cpp280 if (!Conf.SampleProfile.empty()) { in computeLTOCacheKey()
281 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile); in computeLTOCacheKey()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp101 C.SampleProfile = Config->LTOSampleProfile; in createConfig()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1158 std::string SampleProfile, in runThinLTOBackend() argument
1230 Conf.SampleProfile = std::move(SampleProfile); in runThinLTOBackend()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp217 Conf.SampleProfile = SamplePGOFile; in run()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1299 SRCS_MIN+= Transforms/IPO/SampleProfile.cpp