Home
last modified time | relevance | path

Searched refs:shouldPrintAtModuleScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Pass/
H A DIRPrinting.cpp80 printIR(op, config->shouldPrintAtModuleScope(), out, in runBeforePass()
111 printIR(op, config->shouldPrintAtModuleScope(), out, in runAfterPass()
126 printIR(op, config->shouldPrintAtModuleScope(), out, in runAfterPassFailed()
350 if (config->shouldPrintAtModuleScope() &&
/llvm-project/mlir/include/mlir/Pass/
H A DPassManager.h328 bool shouldPrintAtModuleScope() const { return printModuleScope; } in shouldPrintAtModuleScope() function