Lines Matching defs:tripCount
119 std::optional<uint64_t> tripCount = getConstantTripCount(forOp);
120 if (!tripCount || *tripCount != 1)
246 uint64_t tripCount = *mayBeConstTripCount;
296 // [lbShift, min(lbShift + tripCount, d)) and the body of the
299 if (lbShift + tripCount * step < d * step) {
302 b.getShiftedAffineMap(origLbMap, lbShift + tripCount * step),
306 lbShift += tripCount * step;
339 uint64_t ubShift = (opGroupQueue[i].first + tripCount) * step;
888 uint64_t tripCount = *mayBeConstantTripCount;
889 if (tripCount == 0)
891 if (tripCount == 1)
893 return loopUnrollByFactor(forOp, tripCount);