Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp52 static cl::opt<std::string> OptPipeline("opt-pipeline", variable
219 Conf.OptPipeline = OptPipeline; in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h58 std::string OptPipeline; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp281 if (!Conf.OptPipeline.empty()) in opt()
282 runNewPMCustomPasses(Mod, TM, Conf.OptPipeline, Conf.AAPipeline, in opt()
DLTO.cpp137 AddString(Conf.OptPipeline); in computeCacheKey()