Home
last modified time | relevance | path

Searched refs:printAfterOnlyOnChange (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Pass/
DIRPrinting.cpp179 bool printAfterOnlyOnChange, in IRPrinterConfig() argument
182 printAfterOnlyOnChange(printAfterOnlyOnChange), in IRPrinterConfig()
214 bool printModuleScope, bool printAfterOnlyOnChange, in BasicIRPrinterConfig()
216 : IRPrinterConfig(printModuleScope, printAfterOnlyOnChange, in BasicIRPrinterConfig()
260 bool printModuleScope, bool printAfterOnlyOnChange, raw_ostream &out, in enableIRPrinting() argument
264 printModuleScope, printAfterOnlyOnChange, opPrintingFlags, out)); in enableIRPrinting()
/external/llvm-project/mlir/include/mlir/Pass/
DPassManager.h216 bool printModuleScope = false, bool printAfterOnlyOnChange = false,
239 bool shouldPrintAfterOnlyOnChange() const { return printAfterOnlyOnChange; } in shouldPrintAfterOnlyOnChange()
250 bool printAfterOnlyOnChange; variable
278 bool printModuleScope = true, bool printAfterOnlyOnChange = true,