Home
last modified time | relevance | path

Searched refs:getRewriteBody (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodePrinter.cpp216 printChildren(stmt->getRootOpExpr(), stmt->getRewriteBody()); in printImpl()
H A DNodes.cpp92 visit(stmt->getRewriteBody()); in visitImpl()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp253 gen(stmt->getRewriteBody()); in genImpl()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h304 CompoundStmt *getRewriteBody() const { return rewriteBody; } in getRewriteBody() function