Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp450 SmallPtrSet<Operation *, 2> dstDepInsts; in getFusedLoopNestInsertionPoint() local
453 dstDepInsts.insert(getNode(inEdge.id)->op); in getFusedLoopNestInsertionPoint()
477 if (dstDepInsts.count(op) > 0) in getFusedLoopNestInsertionPoint()