Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp569 ArrayRef<Operation *> ops, SmallVectorImpl<AffineForOp> *surroundingLoops) { in getInnermostCommonLoopDepth() argument
588 if (surroundingLoops) in getInnermostCommonLoopDepth()
589 surroundingLoops->push_back(loops[i - 1][d]); in getInnermostCommonLoopDepth()
707 SmallVector<AffineForOp, 4> surroundingLoops; in computeSliceUnion() local
709 getInnermostCommonLoopDepth(ops, &surroundingLoops); in computeSliceUnion()
742 ? surroundingLoops[loopDepth - 1].getBody()->begin() in computeSliceUnion()
743 : std::prev(surroundingLoops[loopDepth - 1].getBody()->end()); in computeSliceUnion()
/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h320 SmallVectorImpl<AffineForOp> *surroundingLoops = nullptr);