Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h112 std::string CSIRProfile; member
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp240 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
243 } else if (!Conf.CSIRProfile.empty()) { in runNewPMPasses()
244 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
H A DLTOCodeGenerator.cpp145 Config.CSIRProfile = LTOCSIRProfile; in LTOCodeGenerator()
/openbsd-src/gnu/llvm/lld/COFF/
H A DLTO.cpp94 c.CSIRProfile = std::string(ctx.config.ltoCSProfileFile); in createConfig()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp164 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp298 Conf.CSIRProfile = CSPGOFile; in run()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1172 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1175 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp946 Conf.CSIRProfile = options::cs_profile_path; in createLTO()