Searched refs:mayBeConstTripCount (Results 1 – 2 of 2) sorted by relevance
237 auto mayBeConstTripCount = getConstantTripCount(forOp); in runOnAffineForOp() local238 if (!mayBeConstTripCount.hasValue()) { in runOnAffineForOp()
317 auto mayBeConstTripCount = getConstantTripCount(forOp); in affineForOpBodySkew() local318 if (!mayBeConstTripCount.hasValue()) { in affineForOpBodySkew()322 uint64_t tripCount = mayBeConstTripCount.getValue(); in affineForOpBodySkew()