Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineAnalysis.cpp674 unsigned numOps = loadAndStoreOps.size(); in getDependenceComponents() local
676 for (unsigned i = 0; i < numOps; ++i) { in getDependenceComponents()
679 for (unsigned j = 0; j < numOps; ++j) { in getDependenceComponents()
H A DUtils.cpp781 unsigned numOps = ops.size(); in getInnermostCommonLoopDepth() local
782 assert(numOps > 0 && "Expected at least one operation"); in getInnermostCommonLoopDepth()
784 std::vector<SmallVector<AffineForOp, 4>> loops(numOps); in getInnermostCommonLoopDepth()
786 for (unsigned i = 0; i < numOps; ++i) { in getInnermostCommonLoopDepth()
795 for (i = 1; i < numOps; ++i) { in getInnermostCommonLoopDepth()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp377 unsigned numOps = loadAndStoreOps.size(); in checkTilingLegalityImpl() local
381 for (unsigned i = 0; i < numOps; ++i) { in checkTilingLegalityImpl()
384 for (unsigned j = 0; j < numOps; ++j) { in checkTilingLegalityImpl()