Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp217 PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping, in runNewPMPasses()
220 } else if (!Conf.CSIRProfile.empty()) { in runNewPMPasses()
221 PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping, in runNewPMPasses()
331 if (!Conf.RunCSIRInstr && !Conf.CSIRProfile.empty()) { in runOldPMPasses()
333 PMB.PGOInstrUse = Conf.CSIRProfile; in runOldPMPasses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h107 std::string CSIRProfile; member
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp88 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp164 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp268 Conf.CSIRProfile = CSPGOFile; in run()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1562 Conf.CSIRProfile = std::move(CGOpts.InstrProfileOutput); in runThinLTOBackend()
1565 Conf.CSIRProfile = std::move(CGOpts.ProfileInstrumentUsePath); in runThinLTOBackend()