Searched refs:loopsA (Results 1 – 1 of 1) sorted by relevance
975 SmallVector<AffineForOp, 4> loopsA, loopsB; in getNumCommonSurroundingLoops() local976 getLoopIVs(A, &loopsA); in getNumCommonSurroundingLoops()979 unsigned minNumLoops = std::min(loopsA.size(), loopsB.size()); in getNumCommonSurroundingLoops()982 if (loopsA[i].getOperation() != loopsB[i].getOperation()) in getNumCommonSurroundingLoops()