Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DPipelineDataTransfer.cpp237 auto mayBeConstTripCount = getConstantTripCount(forOp); in runOnAffineForOp() local
238 if (!mayBeConstTripCount.hasValue()) { in runOnAffineForOp()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp317 auto mayBeConstTripCount = getConstantTripCount(forOp); in affineForOpBodySkew() local
318 if (!mayBeConstTripCount.hasValue()) { in affineForOpBodySkew()
322 uint64_t tripCount = mayBeConstTripCount.getValue(); in affineForOpBodySkew()