Searched refs:hasDependencePath (Results 1 – 1 of 1) sorted by relevance
323 bool hasDependencePath(unsigned srcId, unsigned dstId) { in hasDependencePath() function397 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()