Home
last modified time | relevance | path

Searched defs:shouldPrintAfterPass (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DPrintPasses.cpp69 bool llvm::shouldPrintAfterPass(StringRef PassID) { in shouldPrintAfterPass() function in llvm
/external/llvm-project/mlir/lib/Pass/
DIRPrinting.cpp238 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass; member
259 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass, in enableIRPrinting()
DPassManagerOptions.cpp101 std::function<bool(Pass *, Operation *)> shouldPrintAfterPass; in addPrinterInstrumentation() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp107 bool llvm::shouldPrintAfterPass() { in shouldPrintAfterPass() function in llvm
126 bool llvm::shouldPrintAfterPass(StringRef PassID) { in shouldPrintAfterPass() function in llvm
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp543 bool PrintIRInstrumentation::shouldPrintAfterPass(StringRef PassID) { in shouldPrintAfterPass() function in PrintIRInstrumentation