Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp323 bool hasDependencePath(unsigned srcId, unsigned dstId) { in hasDependencePath() function
397 return hasDependencePath(srcId, id); in getFusedLoopNestInsertionPoint()
1823 if (mdg->hasDependencePath(sibNode->id, dstNode->id) || in findSiblingNodeToFuse()
1824 mdg->hasDependencePath(dstNode->id, sibNode->id)) in findSiblingNodeToFuse()