Searched refs:PassPipeline (Results 1 – 3 of 3) sorted by relevance
/external/llvm/tools/opt/ |
D | NewPMDriver.cpp | 52 StringRef PassPipeline, OutputKind OK, in runPassPipeline() argument 85 if (!PB.parsePassPipeline(MPM, PassPipeline, VK == VK_VerifyEachPass, in runPassPipeline()
|
D | NewPMDriver.h | 52 StringRef PassPipeline, opt_tool::OutputKind OK,
|
D | opt.cpp | 70 static cl::opt<std::string> PassPipeline( variable 455 if (PassPipeline.getNumOccurrences() > 0) { in main() 470 PassPipeline, OK, VK, PreserveAssemblyUseListOrder, in main()
|