Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp283 SmallVectorImpl<AffineForOp> *commonLoops = nullptr) { in getNumCommonLoops() argument
293 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() local
413 getNumCommonLoops(srcDomain, dstDomain, &commonLoops); in computeDirectionVector()
444 (*dependenceComponents)[j].op = commonLoops[j].getOperation(); in computeDirectionVector()