Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp579 auto *insertPointParent = slice.insertPoint->getParentOp(); in getFusionComputeCost() local
596 computeCostMap[insertPointParent] = -storeCount; in getFusionComputeCost()
606 if (llvm::is_contained(loops, cast<AffineForOp>(insertPointParent))) { in getFusionComputeCost()
624 computeCostMap[insertPointParent] = sliceComputeCost; in getFusionComputeCost()