Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1620 AffineForOp matchRoot = cast<AffineForOp>(match.getMatchedOperation()); in computeIntersectionBuckets() local
1625 if (bucketRoot->isAncestor(matchRoot)) { in computeIntersectionBuckets()
1632 if (matchRoot->isAncestor(bucketRoot)) { in computeIntersectionBuckets()
1633 bucketRoots[i] = matchRoot; in computeIntersectionBuckets()
1643 bucketRoots.push_back(matchRoot); in computeIntersectionBuckets()