Searched refs:graph_reaches (Results 1 – 1 of 1) sorted by relevance
146 static int graph_reaches(struct owner_vertex *x, struct owner_vertex *y,2043 graph_reaches(struct owner_vertex *x, struct owner_vertex *y, in graph_reaches() function2055 if (graph_reaches(e->e_to, y, path)) { in graph_reaches()2083 KASSERT(!graph_reaches(g->g_vertices[i], in graph_check()2290 graph_reaches(y, x, &path); in graph_add_edge()