Home
last modified time | relevance | path

Searched refs:OptPipeline (Results 1 – 5 of 5) 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
324 Conf.OptPipeline = OptPipeline; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h100 std::string OptPipeline; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp324 if (!Conf.OptPipeline.empty()) { in runNewPMPasses()
325 if (auto Err = PB.parsePassPipeline(MPM, Conf.OptPipeline)) { in runNewPMPasses()
327 Conf.OptPipeline + "': " + toString(std::move(Err))); in runNewPMPasses()
H A DLTO.cpp155 AddString(Conf.OptPipeline); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp114 c.OptPipeline = std::string(config->ltoNewPmPasses); in createConfig()