Searched defs:printModuleScope (Results 1 – 2 of 2) sorted by relevance
97 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()
50 llvm::cl::opt<bool> printModuleScope{ member