Searched refs:computeCostMap (Results 1 – 1 of 1) sorted by relevance
536 DenseMap<Operation *, int64_t> *computeCostMap) { in getComputeCostHelper() argument543 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() local611 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 …]