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:
130 2 nested regions:
134 0 nested regions:
138 0 nested regions:
140 0 nested regions:
143 0 nested regions:
145 0 nested regions:
148 0 nested regions:
150 0 nested regions:
178 to traverse the IR in a nested fashion. To this end MLIR exposes the `walk()`
181 nested under the provided entity.
184 // Recursively traverse all the regions and blocks nested inside the function
193 operations nested inside the function:
203 `AllocOp` nested inside the function and interrupt the traversal if one of them