Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp63 static cl::opt<std::string> AAPipeline("aa-pipeline", variable
325 Conf.AAPipeline = AAPipeline; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h105 std::string AAPipeline; member
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp282 if (!Conf.AAPipeline.empty()) { in runNewPMPasses()
284 if (auto Err = PB.parseAAPipeline(AA, Conf.AAPipeline)) { in runNewPMPasses()
286 Conf.AAPipeline + "': " + toString(std::move(Err))); in runNewPMPasses()
H A DLTO.cpp156 AddString(Conf.AAPipeline); in computeLTOCacheKey()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp87 AAPipeline("aa-pipeline", variable
458 if (auto Err = PB.parseAAPipeline(AA, AAPipeline)) { in runPassPipeline()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp115 c.AAPipeline = std::string(config->ltoAAPipeline); in createConfig()