Home
last modified time | relevance | path

Searched refs:printModuleScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Pass/
H A DIRPrinting.cpp99 static void printIR(Operation *op, bool printModuleScope, raw_ostream &out, in printIR() argument
102 if (!printModuleScope) in printIR()
187 PassManager::IRPrinterConfig::IRPrinterConfig(bool printModuleScope, in IRPrinterConfig() argument
191 : printModuleScope(printModuleScope), in IRPrinterConfig()
225 bool printModuleScope, bool printAfterOnlyOnChange, in BasicIRPrinterConfig()
228 : IRPrinterConfig(printModuleScope, printAfterOnlyOnChange, in BasicIRPrinterConfig()
272 bool printModuleScope, bool printAfterOnlyOnChange, in enableIRPrinting() argument
277 printModuleScope, printAfterOnlyOnChange, printAfterOnlyOnFailure, in enableIRPrinting()
H A DPassManagerOptions.cpp56 llvm::cl::opt<bool> printModuleScope{ member
124 printModuleScope, printAfterChange, printAfterFailure, in addPrinterInstrumentation()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassManager.h296 bool printModuleScope = false, bool printAfterOnlyOnChange = false,
316 bool shouldPrintAtModuleScope() const { return printModuleScope; } in shouldPrintAtModuleScope()
333 bool printModuleScope;
373 bool printModuleScope = true, bool printAfterOnlyOnChange = true,