Searched refs:is_visited (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dmcf.c150 int *is_visited; member in struct:augmenting_path_d
729 augmenting_path->is_visited = (int *) xcalloc (graph_size, sizeof (int));
738 free (augmenting_path->is_visited);
979 int *bb_pred, *is_visited; local
985 is_visited = augmenting_path->is_visited;
986 gcc_assert (is_visited);
994 is_visited[u] = 0;
1003 is_visited[u] = 1;
1009 if ((pfedge->rflow > 0) && (is_visited[des
[all...]

Completed in 84 milliseconds