Searched refs:commonLoops (Results 1 – 1 of 1) sorted by relevance
283 SmallVectorImpl<AffineForOp> *commonLoops = nullptr) { in getNumCommonLoops() argument293 if (commonLoops != nullptr) in getNumCommonLoops()294 commonLoops->push_back(getForInductionVarOwner(srcDomain.getValue(i))); in getNumCommonLoops()297 if (commonLoops != nullptr) in getNumCommonLoops()298 assert(commonLoops->size() == numCommonLoops); in getNumCommonLoops()411 SmallVector<AffineForOp, 4> commonLoops; in computeDirectionVector() local413 getNumCommonLoops(srcDomain, dstDomain, &commonLoops); in computeDirectionVector()444 (*dependenceComponents)[j].op = commonLoops[j].getOperation(); in computeDirectionVector()