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/Transforms/
H A DPipelineDataTransfer.cpp236 auto mayBeConstTripCount = getConstantTripCount(forOp); in runOnAffineForOp() local
237 if (!mayBeConstTripCount) { in runOnAffineForOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp247 auto mayBeConstTripCount = getConstantTripCount(forOp); in affineForOpBodySkew() local
248 if (!mayBeConstTripCount) { in affineForOpBodySkew()
252 uint64_t tripCount = *mayBeConstTripCount; in affineForOpBodySkew()