Home
last modified time | relevance | path

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

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