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