Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DAffineAnalysis.cpp583 SmallVectorImpl<AffineForOp> *commonLoops = nullptr) { in getNumCommonLoops() argument
593 if (commonLoops != nullptr) in getNumCommonLoops()
594 commonLoops->push_back(getForInductionVarOwner(srcDomain.getIdValue(i))); in getNumCommonLoops()
597 if (commonLoops != nullptr) in getNumCommonLoops()
598 assert(commonLoops->size() == numCommonLoops); in getNumCommonLoops()
710 SmallVector<AffineForOp, 4> commonLoops; in computeDirectionVector() local
712 getNumCommonLoops(srcDomain, dstDomain, &commonLoops); in computeDirectionVector()
745 (*dependenceComponents)[j].op = commonLoops[j].getOperation(); in computeDirectionVector()