Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h110 std::string CSIRProfile; member
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp239 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
242 } else if (!Conf.CSIRProfile.empty()) { in runNewPMPasses()
243 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp87 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp163 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp299 Conf.CSIRProfile = CSPGOFile; in run()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1097 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1100 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp957 Conf.CSIRProfile = options::cs_profile_path; in createLTO()