Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp601 unsigned storeCount = 0; in getFusionComputeCost() local
606 ++storeCount; in getFusionComputeCost()
610 if (storeCount > 0) in getFusionComputeCost()
611 computeCostMap[insertPointParent] = -storeCount; in getFusionComputeCost()