Searched refs:printAfterOnlyOnChange (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Pass/ |
D | IRPrinting.cpp | 179 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/ |
D | PassManager.h | 216 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,
|