Searched defs:TestPrintNestingPass (Results 1 – 1 of 1) sorted by relevance
16 struct TestPrintNestingPass struct18 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestPrintNestingPass) in MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID()23 void runOnOperation() override { in runOnOperation()32 void printOperation(Operation *op) { in printOperation()52 void printRegion(Region ®ion) { in printRegion()61 void printBlock(Block &block) { in printBlock()77 int indent;78 struct IdentRAII {83 void resetIndent() { indent = 0; } in resetIndent()84 IdentRAII pushIndent() { return IdentRAII(++indent); } in pushIndent()[all …]