Searched refs:surroundingLoops (Results 1 – 2 of 2) sorted by relevance
569 ArrayRef<Operation *> ops, SmallVectorImpl<AffineForOp> *surroundingLoops) { in getInnermostCommonLoopDepth() argument588 if (surroundingLoops) in getInnermostCommonLoopDepth()589 surroundingLoops->push_back(loops[i - 1][d]); in getInnermostCommonLoopDepth()707 SmallVector<AffineForOp, 4> surroundingLoops; in computeSliceUnion() local709 getInnermostCommonLoopDepth(ops, &surroundingLoops); in computeSliceUnion()742 ? surroundingLoops[loopDepth - 1].getBody()->begin() in computeSliceUnion()743 : std::prev(surroundingLoops[loopDepth - 1].getBody()->end()); in computeSliceUnion()
320 SmallVectorImpl<AffineForOp> *surroundingLoops = nullptr);