Lines Matching defs:bodyRegion
2158 mlir::Region *bodyRegion = result.addRegion();
2159 bodyRegion->push_back(new mlir::Block{});
2160 bodyRegion->front().addArgument(builder.getIndexType(), result.location);
2161 bodyRegion->front().addArgument(iterate.getType(), result.location);
2162 bodyRegion->front().addArguments(
2489 mlir::Region *bodyRegion = result.addRegion();
2490 bodyRegion->push_back(new mlir::Block{});
2492 fir::DoLoopOp::ensureTerminator(*bodyRegion, builder, result.location);
2493 bodyRegion->front().addArgument(builder.getIndexType(), result.location);
2494 bodyRegion->front().addArguments(