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.h122 std::string CSIRProfile; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp251 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
255 } else if (!Conf.CSIRProfile.empty()) { in runNewPMPasses()
256 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTOCodeGenerator.cpp132 Config.CSIRProfile = LTOCSIRProfile; in LTOCodeGenerator()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp58 c.CSIRProfile = std::string(config->csProfilePath); in createConfig()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp80 c.CSIRProfile = std::string(ctx.config.ltoCSProfileFile); in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp143 c.CSIRProfile = std::string(ctx.arg.ltoCSProfileFile); in createConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp329 Conf.CSIRProfile = CSPGOFile; in run()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1353 Conf.CSIRProfile = getProfileGenName(CGOpts); in runThinLTOBackend()
1356 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()