Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp62 static cl::opt<std::string> AAPipeline("aa-pipeline", variable
273 Conf.AAPipeline = AAPipeline; in run()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DConfig.h96 std::string AAPipeline; member
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp249 if (!Conf.AAPipeline.empty()) { in runNewPMPasses()
250 if (auto Err = PB.parseAAPipeline(AA, Conf.AAPipeline)) { in runNewPMPasses()
252 Conf.AAPipeline + "': " + toString(std::move(Err))); in runNewPMPasses()
DLTO.cpp138 AddString(Conf.AAPipeline); in computeLTOCacheKey()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
DNewPMDriver.cpp77 AAPipeline("aa-pipeline", variable
367 if (auto Err = PB.parseAAPipeline(AA, AAPipeline)) { in runPassPipeline()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DLTO.cpp141 c.AAPipeline = std::string(config->ltoAAPipeline); in createConfig()