Home
last modified time | relevance | path

Searched refs:PassPipeline (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-fuzzer/
Dllvm-opt-fuzzer.cpp31 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/
DNewPMDriver.cpp52 StringRef PassPipeline, OutputKind OK, in runPassPipeline() argument
85 if (!PB.parsePassPipeline(MPM, PassPipeline, VK == VK_VerifyEachPass, in runPassPipeline()
DNewPMDriver.h52 StringRef PassPipeline, opt_tool::OutputKind OK,
Dopt.cpp70 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/
DNewPMDriver.h56 ToolOutputFile *OptRemarkFile, StringRef PassPipeline,
DNewPMDriver.cpp191 StringRef PassPipeline, OutputKind OK, in runPassPipeline() argument
278 if (!PB.parsePassPipeline(MPM, PassPipeline, VerifyEachPass, DebugPM)) { in runPassPipeline()
Dopt.cpp74 static cl::opt<std::string> PassPipeline( variable
598 if (PassPipeline.getNumOccurrences() > 0) { in main()
615 OptRemarkFile.get(), PassPipeline, OK, VK, in main()