Lines Matching defs:NestedMatch
657 static LogicalResult analyzeProfitability(ArrayRef<NestedMatch> matches,
1534 getMatchedAffineLoopsRec(NestedMatch match, unsigned currentLevel,
1554 getMatchedAffineLoops(NestedMatch match,
1633 static LogicalResult vectorizeRootMatch(NestedMatch m,
1645 ArrayRef<NestedMatch> matches,
1646 std::vector<SmallVector<NestedMatch, 8>> &intersectionBuckets) {
1651 for (const NestedMatch &match : matches) {
1712 SmallVector<NestedMatch, 32> allMatches;
1714 std::vector<SmallVector<NestedMatch, 8>> intersectionBuckets;
1721 for (NestedMatch &match : intersectingMatches) {