Searched refs:sinkSequentialLoops (Results 1 – 3 of 3) sorted by relevance
138 AffineForOp sinkSequentialLoops(AffineForOp forOp);
749 static void sinkSequentialLoops(MemRefDependenceGraph::Node *node) { in sinkSequentialLoops() function751 AffineForOp newRootForOp = sinkSequentialLoops(cast<AffineForOp>(node->op)); in sinkSequentialLoops()1393 sinkSequentialLoops(dstNode); in fuseProducerConsumerNodes()
1568 AffineForOp mlir::sinkSequentialLoops(AffineForOp forOp) { in sinkSequentialLoops() function in mlir