Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp35 SmallVectorImpl<Value> *tripCountOperands) { in buildTripCountMapAndOperands() argument
48 tripCountOperands->clear(); in buildTripCountMapAndOperands()
76 tripCountOperands->assign(tripCountValueMap.getOperands().begin(), in buildTripCountMapAndOperands()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp70 SmallVector<Value, 4> tripCountOperands; in getCleanupLoopLowerBound() local
71 buildTripCountMapAndOperands(forOp, &tripCountMap, &tripCountOperands); in getCleanupLoopLowerBound()
97 b.create<AffineApplyOp>(forOp.getLoc(), bumpMap, tripCountOperands); in getCleanupLoopLowerBound()