Home
last modified time | relevance | path

Searched defs:printModuleScope (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Pass/
DIRPrinting.cpp97 static void printIR(Operation *op, bool printModuleScope, raw_ostream &out, in printIR()
178 PassManager::IRPrinterConfig::IRPrinterConfig(bool printModuleScope, in IRPrinterConfig()
260 bool printModuleScope, bool printAfterOnlyOnChange, raw_ostream &out, in enableIRPrinting()
DPassManagerOptions.cpp50 llvm::cl::opt<bool> printModuleScope{ member