Searched refs:numOps (Results 1 – 3 of 3) sorted by relevance
674 unsigned numOps = loadAndStoreOps.size(); in getDependenceComponents() local676 for (unsigned i = 0; i < numOps; ++i) { in getDependenceComponents()679 for (unsigned j = 0; j < numOps; ++j) { in getDependenceComponents()
781 unsigned numOps = ops.size(); in getInnermostCommonLoopDepth() local782 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()
377 unsigned numOps = loadAndStoreOps.size(); in checkTilingLegalityImpl() local381 for (unsigned i = 0; i < numOps; ++i) { in checkTilingLegalityImpl()384 for (unsigned j = 0; j < numOps; ++j) { in checkTilingLegalityImpl()