Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp69 AffineValueMap tripCountValueMap; in buildTripCountMapAndOperands() local
70 AffineValueMap::difference(ubValueMap, lbSplatValueMap, &tripCountValueMap); in buildTripCountMapAndOperands()
71 for (unsigned i = 0, e = tripCountValueMap.getNumResults(); i < e; ++i) in buildTripCountMapAndOperands()
72 tripCountValueMap.setResult(i, in buildTripCountMapAndOperands()
73 tripCountValueMap.getResult(i).ceilDiv(step)); in buildTripCountMapAndOperands()
75 *tripCountMap = tripCountValueMap.getAffineMap(); in buildTripCountMapAndOperands()
76 tripCountOperands->assign(tripCountValueMap.getOperands().begin(), in buildTripCountMapAndOperands()
77 tripCountValueMap.getOperands().end()); in buildTripCountMapAndOperands()