Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h138 AffineForOp sinkSequentialLoops(AffineForOp forOp);
/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp749 static void sinkSequentialLoops(MemRefDependenceGraph::Node *node) { in sinkSequentialLoops() function
751 AffineForOp newRootForOp = sinkSequentialLoops(cast<AffineForOp>(node->op)); in sinkSequentialLoops()
1393 sinkSequentialLoops(dstNode); in fuseProducerConsumerNodes()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1568 AffineForOp mlir::sinkSequentialLoops(AffineForOp forOp) { in sinkSequentialLoops() function in mlir