Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp594 auto *insertPointParent = slice.insertPoint->getParentOp(); in getFusionComputeCost() local
611 computeCostMap[insertPointParent] = -storeCount; in getFusionComputeCost()
621 if (llvm::is_contained(loops, cast<AffineForOp>(insertPointParent))) { in getFusionComputeCost()
639 computeCostMap[insertPointParent] = sliceComputeCost; in getFusionComputeCost()