Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h308 RewriteStmt(SMRange loc, Expr *rootOp, CompoundStmt *rewriteBody) in RewriteStmt()
312 CompoundStmt *rewriteBody; variable
1174 const CompoundStmt *rewriteBody; variable
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp240 CompoundStmt *rewriteBody) { in create()
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2464 if (failed(rewriteBody)) in parseRewriteStmt() local
3109 createRewriteStmt(SMRange loc,ast::Expr * rootOp,ast::CompoundStmt * rewriteBody) createRewriteStmt() argument