Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h116 std::string CSIRProfile; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp245 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
249 } else if (!Conf.CSIRProfile.empty()) { in runNewPMPasses()
250 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTOCodeGenerator.cpp144 Config.CSIRProfile = LTOCSIRProfile; in LTOCodeGenerator()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp60 c.CSIRProfile = std::string(config->csProfilePath); in createConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp86 c.CSIRProfile = std::string(ctx.config.ltoCSProfileFile); in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp145 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp320 Conf.CSIRProfile = CSPGOFile; in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1246 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1249 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()