Searched refs:shouldPrintAtModuleScope (Results 1 – 2 of 2) sorted by relevance
128 printIR(op, config->shouldPrintAtModuleScope(), out, in runBeforePass()153 printIR(op, config->shouldPrintAtModuleScope(), out, in runAfterPass()167 printIR(op, config->shouldPrintAtModuleScope(), out, in runAfterPassFailed()248 if (config->shouldPrintAtModuleScope() && in enableIRPrinting()
235 bool shouldPrintAtModuleScope() const { return printModuleScope; } in shouldPrintAtModuleScope() function