Lines Matching refs:numCommonLoops
301 unsigned numCommonLoops = 0; in getNumCommonLoops() local
311 ++numCommonLoops; in getNumCommonLoops()
314 assert(commonLoops->size() == numCommonLoops); in getNumCommonLoops()
315 return numCommonLoops; in getNumCommonLoops()
391 unsigned numCommonLoops = getNumCommonLoops(srcDomain, dstDomain); in addOrderingConstraints() local
392 unsigned numCommonLoopConstraints = std::min(numCommonLoops, loopDepth); in addOrderingConstraints()
417 unsigned numCommonLoops = in computeDirectionVector() local
419 if (numCommonLoops == 0) in computeDirectionVector()
426 /*num=*/numCommonLoops); in computeDirectionVector()
435 for (unsigned j = 0; j < numCommonLoops; ++j) { in computeDirectionVector()
438 eq[j + numCommonLoops] = 1; in computeDirectionVector()
439 eq[j + numCommonLoops + numSrcDims] = -1; in computeDirectionVector()
444 dependenceDomain->projectOut(numCommonLoops, numIdsToEliminate); in computeDirectionVector()
448 dependenceComponents->resize(numCommonLoops); in computeDirectionVector()
449 for (unsigned j = 0; j < numCommonLoops; ++j) { in computeDirectionVector()
650 unsigned numCommonLoops = getNumCommonLoops(srcDomain, dstDomain); in checkMemrefAccessDependence() local
651 assert(loopDepth <= numCommonLoops + 1); in checkMemrefAccessDependence()
652 if (!allowRAR && loopDepth > numCommonLoops && in checkMemrefAccessDependence()