Home
last modified time | relevance | path

Searched refs:surroundingLoops (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp780 ArrayRef<Operation *> ops, SmallVectorImpl<AffineForOp> *surroundingLoops) { in getInnermostCommonLoopDepth() argument
799 if (surroundingLoops) in getInnermostCommonLoopDepth()
800 surroundingLoops->push_back(loops[i - 1][d]); in getInnermostCommonLoopDepth()
917 SmallVector<AffineForOp, 4> surroundingLoops; in computeSliceUnion() local
919 getInnermostCommonLoopDepth(ops, &surroundingLoops); in computeSliceUnion()
952 ? surroundingLoops[loopDepth - 1].getBody()->begin() in computeSliceUnion()
953 : std::prev(surroundingLoops[loopDepth - 1].getBody()->end()); in computeSliceUnion()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h381 SmallVectorImpl<AffineForOp> *surroundingLoops = nullptr);