Lines Matching defs:statements
184 adding two [`replace` statements](#replace-statement). In TDRR, the situation is
306 [`operation rewrite statement`](#operation-rewrite-statements), and denotes the
358 Patterns generally define their body using a compound block of statements, as
369 [operation rewrite statement](#operation-rewrite-statements):
402 "bound" to the [operation rewrite statement](#operation-rewrite-statements) that denotes the
1042 Constraints generally define their body using a compound block of statements, as
1275 [operation rewrite statement](#operation-rewrite-statements). There are two main
1276 categories of rewrites in PDLL: operation rewrite statements, and user defined
1279 #### Operation Rewrite statements
1281 Operation rewrite statements are builtin PDLL statements that perform an IR
1282 transformation given a root operation. These statements are the only ones able
1344 The inner body may contain any number of other rewrite statements, variables, or
1419 Rewrites generally define their body using a compound block of statements, as
1434 [operation rewrite statement](#operation-rewrite-statements):