Searched refs:maybeConstTripCount (Results 1 – 2 of 2) sorted by relevance
505 Optional<uint64_t> maybeConstTripCount = getConstantTripCount(forOp); in getLoopNestStats() local506 if (!maybeConstTripCount) { in getLoopNestStats()512 stats->tripCountMap[childForOp] = *maybeConstTripCount; in getLoopNestStats()
1014 Optional<uint64_t> maybeConstTripCount = getConstantTripCount(forOp); in buildSliceTripCountMap() local1015 if (maybeConstTripCount.has_value()) { in buildSliceTripCountMap()1016 (*tripCountMap)[op] = maybeConstTripCount.value(); in buildSliceTripCountMap()