Home
last modified time | relevance | path

Searched refs:maybeConstTripCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp505 Optional<uint64_t> maybeConstTripCount = getConstantTripCount(forOp); in getLoopNestStats() local
506 if (!maybeConstTripCount) { in getLoopNestStats()
512 stats->tripCountMap[childForOp] = *maybeConstTripCount; in getLoopNestStats()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1014 Optional<uint64_t> maybeConstTripCount = getConstantTripCount(forOp); in buildSliceTripCountMap() local
1015 if (maybeConstTripCount.has_value()) { in buildSliceTripCountMap()
1016 (*tripCountMap)[op] = maybeConstTripCount.value(); in buildSliceTripCountMap()