Searched refs:shouldPrintAtModuleScope (Results 1 – 2 of 2) sorted by relevance
131 printIR(op, config->shouldPrintAtModuleScope(), out, in runBeforePass()162 printIR(op, config->shouldPrintAtModuleScope(), out, in runAfterPass()177 printIR(op, config->shouldPrintAtModuleScope(), out, OpPrintingFlags()); in runAfterPassFailed()260 if (config->shouldPrintAtModuleScope() && in enableIRPrinting()
316 bool shouldPrintAtModuleScope() const { return printModuleScope; } in shouldPrintAtModuleScope() function