MLIR 22.0.0git
mlir::pdll::ast::EraseStmt Member List

This is the complete list of members for mlir::pdll::ast::EraseStmt, including all inherited members.

Base typedefmlir::pdll::ast::Node::NodeBase< EraseStmt, OpRewriteStmt >
classof(const Node *node)mlir::pdll::ast::Node::NodeBase< EraseStmt, OpRewriteStmt >inlinestatic
create(Context &ctx, SMRange loc, Expr *rootOp)mlir::pdll::ast::EraseStmtstatic
getLoc() constmlir::pdll::ast::Nodeinline
getRootOpExpr() constmlir::pdll::ast::OpRewriteStmtinline
getTypeID() constmlir::pdll::ast::Nodeinline
Node(TypeID typeID, SMRange loc)mlir::pdll::ast::Stmtinline
NodeBase(SMRange loc, Args &&...args)mlir::pdll::ast::Node::NodeBase< EraseStmt, OpRewriteStmt >inlineexplicitprotected
OpRewriteStmt(TypeID typeID, SMRange loc, Expr *rootOp)mlir::pdll::ast::OpRewriteStmtinlineprotected
print(raw_ostream &os) constmlir::pdll::ast::Node
rootOpmlir::pdll::ast::OpRewriteStmtprotected
walk(function_ref< void(const Node *)> walkFn) constmlir::pdll::ast::Node
walk(WalkFnT &&walkFn) constmlir::pdll::ast::Nodeinline