Searched refs:PathExistsBetween (Results 1 – 2 of 2) sorted by relevance
131 if (!PathExistsBetween(*de, edge)) { in ProcessNodeDeps()172 bool MissingDependencyScanner::PathExistsBetween(Edge* from, Edge* to) { in PathExistsBetween() function in MissingDependencyScanner185 if (e && (e == from || PathExistsBetween(from, e))) { in PathExistsBetween()
58 bool PathExistsBetween(Edge* from, Edge* to);