Searched defs:getLoopBody (Results 1 – 5 of 5) sorted by relevance
461 Region &ForOp::getLoopBody() { return getRegion(); } in getLoopBody() function in ForOp2292 Region &ParallelOp::getLoopBody() { return getRegion(); } in getLoopBody() function in ParallelOp
70 Region &tosa::WhileOp::getLoopBody() { return getBody(); } in getLoopBody() function in tosa::WhileOp
2100 Region &AffineForOp::getLoopBody() { return getRegion(); } in getLoopBody() function in AffineForOp3325 Region &AffineParallelOp::getLoopBody() { return getRegion(); } in getLoopBody() function in AffineParallelOp
1837 mlir::Region &fir::IterWhileOp::getLoopBody() { return getRegion(); } in getLoopBody() function in fir::IterWhileOp2124 mlir::Region &fir::DoLoopOp::getLoopBody() { return getRegion(); } in getLoopBody() function in fir::DoLoopOp
984 const Stmt *getLoopBody(DynTypedNode N) { in getLoopBody() function