Home
last modified time | relevance | path

Searched defs:TestPrintNestingPass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/test/lib/IR/
DTestPrintNesting.cpp17 struct TestPrintNestingPass struct
20 void runOnOperation() override { in runOnOperation()
29 void printOperation(Operation *op) { in printOperation()
49 void printRegion(Region &region) { in printRegion()
58 void printBlock(Block &block) { in printBlock()
74 int indent;
75 struct IdentRAII {
80 void resetIndent() { indent = 0; } in resetIndent()
81 IdentRAII pushIndent() { return IdentRAII(++indent); } in pushIndent()
83 llvm::raw_ostream &printIndent() { in printIndent()