Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp59 static cl::opt<std::string> OptPipeline("opt-pipeline", variable
333 Conf.OptPipeline = OptPipeline; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h106 std::string OptPipeline; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp330 if (!Conf.OptPipeline.empty()) { in runNewPMPasses()
331 if (auto Err = PB.parsePassPipeline(MPM, Conf.OptPipeline)) { in runNewPMPasses()
333 Conf.OptPipeline + "': " + toString(std::move(Err))); in runNewPMPasses()
H A DLTO.cpp165 AddString(Conf.OptPipeline); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp47 c.OptPipeline = std::string(config->ltoNewPmPasses); in createConfig()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp111 c.OptPipeline = std::string(ctx.arg.ltoNewPmPasses); in createConfig()