Searched refs:mayBeConstTripCount (Results 1 – 2 of 2) sorted by relevance
236 auto mayBeConstTripCount = getConstantTripCount(forOp); in runOnAffineForOp() local237 if (!mayBeConstTripCount) { in runOnAffineForOp()
247 auto mayBeConstTripCount = getConstantTripCount(forOp); in affineForOpBodySkew() local248 if (!mayBeConstTripCount) { in affineForOpBodySkew()252 uint64_t tripCount = *mayBeConstTripCount; in affineForOpBodySkew()