Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp1797 auto dstForInst = cast<AffineForOp>(dstNode->op); in fuseWithSiblingNodes() local
1799 if (insertPointInst != dstForInst.getOperation()) { in fuseWithSiblingNodes()
1800 dstForInst->moveBefore(insertPointInst); in fuseWithSiblingNodes()
1938 auto dstForInst = cast<AffineForOp>(dstNode->op); in updateStateAfterSiblingFusion() local
1940 dstLoopCollector.collect(dstForInst.getOperation()); in updateStateAfterSiblingFusion()