Home
last modified time | relevance | path

Searched refs:getConstantTripCount (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DLoopAnalysis.h43 Optional<uint64_t> getConstantTripCount(AffineForOp forOp);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopUnroll.cpp95 Optional<uint64_t> tripCount = getConstantTripCount(forOp); in runOnOperation()
H A DLoopTiling.cpp71 Optional<uint64_t> mayConst = getConstantTripCount(band[i]); in adjustToDivisorsOfTripCounts()
H A DPipelineDataTransfer.cpp236 auto mayBeConstTripCount = getConstantTripCount(forOp); in runOnAffineForOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp372 Optional<uint64_t> tripCount = getConstantTripCount(forOp); in promoteSingleIterReductionLoop()
505 Optional<uint64_t> maybeConstTripCount = getConstantTripCount(forOp); in getLoopNestStats()
H A DLoopUtils.cpp132 Optional<uint64_t> tripCount = getConstantTripCount(forOp); in promoteIfSingleIteration()
247 auto mayBeConstTripCount = getConstantTripCount(forOp); in affineForOpBodySkew()
795 Optional<uint64_t> mayBeConstantCount = getConstantTripCount(origLoops[i]); in constructTiledIndexSetHyperRect()
975 Optional<uint64_t> mayBeConstantTripCount = getConstantTripCount(forOp); in loopUnrollFull()
991 Optional<uint64_t> mayBeConstantTripCount = getConstantTripCount(forOp); in loopUnrollUpToFactor()
1096 Optional<uint64_t> mayBeConstantTripCount = getConstantTripCount(forOp); in loopUnrollByFactor()
1151 Optional<uint64_t> mayBeConstantTripCount = getConstantTripCount(forOp); in loopUnrollJamUpToFactor()
1204 Optional<uint64_t> mayBeConstantTripCount = getConstantTripCount(forOp); in loopUnrollJamByFactor()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DLoopAnalysis.cpp83 Optional<uint64_t> mlir::getConstantTripCount(AffineForOp forOp) { in getConstantTripCount() function in mlir
H A DUtils.cpp1014 Optional<uint64_t> maybeConstTripCount = getConstantTripCount(forOp); in buildSliceTripCountMap()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp7900 static unsigned getConstantTripCount(const SCEVConstant *ExitCount) { in getConstantTripCount() function
7916 return getConstantTripCount(ExitCount); in getSmallConstantTripCount()
7927 return getConstantTripCount(ExitCount); in getSmallConstantTripCount()
7933 return getConstantTripCount(MaxExitCount); in getSmallConstantMaxTripCount()