Lines Matching refs:tripCountMap
59 AffineMap tripCountMap; in getCleanupLoopLowerBound() local
61 getTripCountMapAndOperands(forOp, &tripCountMap, &tripCountOperands); in getCleanupLoopLowerBound()
63 if (!tripCountMap) { in getCleanupLoopLowerBound()
78 SmallVector<AffineExpr, 4> bumpExprs(tripCountMap.getNumResults()); in getCleanupLoopLowerBound()
79 SmallVector<Value, 4> bumpValues(tripCountMap.getNumResults()); in getCleanupLoopLowerBound()
81 for (unsigned i = 0, e = tripCountMap.getNumResults(); i < e; i++) { in getCleanupLoopLowerBound()
82 auto tripCountExpr = tripCountMap.getResult(i); in getCleanupLoopLowerBound()
84 auto bumpMap = AffineMap::get(tripCountMap.getNumDims(), in getCleanupLoopLowerBound()
85 tripCountMap.getNumSymbols(), bumpExprs[i]); in getCleanupLoopLowerBound()
90 SmallVector<AffineExpr, 4> newUbExprs(tripCountMap.getNumResults()); in getCleanupLoopLowerBound()
97 cleanupLbMap = AffineMap::get(1 + tripCountMap.getNumResults(), 0, newUbExprs, in getCleanupLoopLowerBound()