Home
last modified time | relevance | path

Searched defs:getLoopBody (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp461 Region &ForOp::getLoopBody() { return getRegion(); } in getLoopBody() function in ForOp
2292 Region &ParallelOp::getLoopBody() { return getRegion(); } in getLoopBody() function in ParallelOp
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp70 Region &tosa::WhileOp::getLoopBody() { return getBody(); } in getLoopBody() function in tosa::WhileOp
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2100 Region &AffineForOp::getLoopBody() { return getRegion(); } in getLoopBody() function in AffineForOp
3325 Region &AffineParallelOp::getLoopBody() { return getRegion(); } in getLoopBody() function in AffineParallelOp
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1837 mlir::Region &fir::IterWhileOp::getLoopBody() { return getRegion(); } in getLoopBody() function in fir::IterWhileOp
2124 mlir::Region &fir::DoLoopOp::getLoopBody() { return getRegion(); } in getLoopBody() function in fir::DoLoopOp
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp984 const Stmt *getLoopBody(DynTypedNode N) { in getLoopBody() function