Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp536 DenseMap<Operation *, int64_t> *computeCostMap) { in getComputeCostHelper() argument
543 tripCountOverrideMap, computeCostMap); in getComputeCostHelper()
547 if (computeCostMap != nullptr) { in getComputeCostHelper()
548 auto it = computeCostMap->find(forOp); in getComputeCostHelper()
549 if (it != computeCostMap->end()) { in getComputeCostHelper()
585 DenseMap<Operation *, int64_t> computeCostMap; in getFusionComputeCost() local
611 computeCostMap[insertPointParent] = -storeCount; in getFusionComputeCost()
624 if (computeCostMap.count(forOp) == 0) in getFusionComputeCost()
625 computeCostMap[forOp] = 0; in getFusionComputeCost()
626 computeCostMap[forOp] -= 1; in getFusionComputeCost()
[all …]