Lines Matching refs:tripCountMap
69 AffineMap tripCountMap; in getCleanupLoopLowerBound() local
71 buildTripCountMapAndOperands(forOp, &tripCountMap, &tripCountOperands); in getCleanupLoopLowerBound()
74 if (!tripCountMap) { in getCleanupLoopLowerBound()
88 SmallVector<AffineExpr, 4> bumpExprs(tripCountMap.getNumResults()); in getCleanupLoopLowerBound()
89 SmallVector<Value, 4> bumpValues(tripCountMap.getNumResults()); in getCleanupLoopLowerBound()
91 for (unsigned i = 0, e = tripCountMap.getNumResults(); i < e; i++) { in getCleanupLoopLowerBound()
92 auto tripCountExpr = tripCountMap.getResult(i); in getCleanupLoopLowerBound()
94 auto bumpMap = AffineMap::get(tripCountMap.getNumDims(), in getCleanupLoopLowerBound()
95 tripCountMap.getNumSymbols(), bumpExprs[i]); in getCleanupLoopLowerBound()
100 SmallVector<AffineExpr, 4> newUbExprs(tripCountMap.getNumResults()); in getCleanupLoopLowerBound()
107 map = AffineMap::get(1 + tripCountMap.getNumResults(), 0, newUbExprs, in getCleanupLoopLowerBound()