Lines Matching refs:nested
25 The IR is recursively nested, an `Operation` can have one or multiple nested
31 the nested regions and print them individually:
48 printIndent() << " " << op->getNumRegions() << " nested regions:\n";
120 1 nested regions:
126 0 nested regions:
128 2 nested regions:
132 0 nested regions:
136 0 nested regions:
138 0 nested regions:
141 0 nested regions:
143 0 nested regions:
146 0 nested regions:
148 0 nested regions:
149 0 nested regions:
177 to traverse the IR in a nested fashion. To this end MLIR exposes the `walk()`
180 nested under the provided entity.
183 // Recursively traverse all the regions and blocks nested inside the function
192 operations nested inside the function:
202 `AllocOp` nested inside the function and interrupt the traversal if one of them