Home
last modified time | relevance | path

Searched defs:printModuleScope (Results 1 – 2 of 2) 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()
187 PassManager::IRPrinterConfig::IRPrinterConfig(bool printModuleScope, in IRPrinterConfig()
272 bool printModuleScope, bool printAfterOnlyOnChange, in enableIRPrinting()
H A DPassManagerOptions.cpp56 llvm::cl::opt<bool> printModuleScope{ member