Searched refs:getLoopBody (Results 1 – 5 of 5) sorted by relevance
313 rewriter.inlineRegionBefore(op.getLoopBody(), newOp.getLoopBody(), in matchAndRewrite()314 newOp.getLoopBody().end()); in matchAndRewrite()317 if (failed(rewriter.convertRegionTypes(&newOp.getLoopBody(), in matchAndRewrite()
414 Region& WhileOp::getLoopBody() { return getBody(); } in getLoopBody() function in mlir::lmhlo::WhileOp
410 Region &LoopOp::getLoopBody() { return region(); } in getLoopBody() function in mlir::gml_st::LoopOp562 Region &ParallelOp::getLoopBody() { return region(); } in getLoopBody() function in mlir::gml_st::ParallelOp622 Region &ForOp::getLoopBody() { return region(); } in getLoopBody() function in mlir::gml_st::ForOp778 auto yieldOp = cast<YieldOp>(loopOp.getLoopBody().front().getTerminator()); in isShapePreserving()
3170 Region &WhileRegionOp::getLoopBody() { return body(); } in getLoopBody() function in mlir::TF::WhileRegionOp
3670 Region &WhileOp::getLoopBody() { return body(); } in getLoopBody() function in mlir::TFL::WhileOp