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