Searched defs:getLoopBody (Results 1 – 4 of 4) sorted by relevance
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::ForOp
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