Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DLoopAnalysis.cpp37 SmallVectorImpl<Value> *tripCountOperands) { in getTripCountMapAndOperands() argument
48 tripCountOperands->clear(); in getTripCountMapAndOperands()
76 tripCountOperands->assign(tripCountValueMap.getOperands().begin(), in getTripCountMapAndOperands()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp60 SmallVector<Value, 4> tripCountOperands; in getCleanupLoopLowerBound() local
61 getTripCountMapAndOperands(forOp, &tripCountMap, &tripCountOperands); in getCleanupLoopLowerBound()
87 b.create<AffineApplyOp>(forOp.getLoc(), bumpMap, tripCountOperands); in getCleanupLoopLowerBound()