Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp586 unsigned storeCount = 0; in getFusionComputeCost() local
591 ++storeCount; in getFusionComputeCost()
595 if (storeCount > 0) in getFusionComputeCost()
596 computeCostMap[insertPointParent] = -storeCount; in getFusionComputeCost()