Searched refs:PassPipeline (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/ |
D | llvm-opt-fuzzer.cpp | 31 static cl::opt<std::string> PassPipeline( variable 147 bool Ok = PB.parsePassPipeline(MPM, PassPipeline, false, false); in LLVMFuzzerTestOneInput() 231 if (PassPipeline.empty()) { in LLVMFuzzerInitialize() 238 if (!PB.parsePassPipeline(MPM, PassPipeline, false, false)) { in LLVMFuzzerInitialize()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | NewPMDriver.h | 56 ToolOutputFile *OptRemarkFile, StringRef PassPipeline,
|
D | NewPMDriver.cpp | 191 StringRef PassPipeline, OutputKind OK, in runPassPipeline() argument 278 if (!PB.parsePassPipeline(MPM, PassPipeline, VerifyEachPass, DebugPM)) { in runPassPipeline()
|
D | opt.cpp | 74 static cl::opt<std::string> PassPipeline( variable 598 if (PassPipeline.getNumOccurrences() > 0) { in main() 615 OptRemarkFile.get(), PassPipeline, OK, VK, in main()
|