Searched refs:printModuleScope (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Pass/ |
D | IRPrinting.cpp | 97 static void printIR(Operation *op, bool printModuleScope, raw_ostream &out, in printIR() argument 100 if (!printModuleScope) in printIR() 178 PassManager::IRPrinterConfig::IRPrinterConfig(bool printModuleScope, in IRPrinterConfig() argument 181 : printModuleScope(printModuleScope), in IRPrinterConfig() 214 bool printModuleScope, bool printAfterOnlyOnChange, in BasicIRPrinterConfig() 216 : IRPrinterConfig(printModuleScope, printAfterOnlyOnChange, in BasicIRPrinterConfig() 260 bool printModuleScope, bool printAfterOnlyOnChange, raw_ostream &out, in enableIRPrinting() argument 264 printModuleScope, printAfterOnlyOnChange, opPrintingFlags, out)); in enableIRPrinting()
|
D | PassManagerOptions.cpp | 50 llvm::cl::opt<bool> printModuleScope{ member 135 printModuleScope, printAfterChange, llvm::errs()); in addPrinterInstrumentation()
|
/external/llvm-project/mlir/include/mlir/Pass/ |
D | PassManager.h | 216 bool printModuleScope = false, bool printAfterOnlyOnChange = false, 235 bool shouldPrintAtModuleScope() const { return printModuleScope; } in shouldPrintAtModuleScope() 246 bool printModuleScope; 278 bool printModuleScope = true, bool printAfterOnlyOnChange = true,
|