HomeSort by: relevance | last modified time | path
    Searched defs:is_visited (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
mcf.cc 138 int *is_visited; member in struct:augmenting_path_type
717 augmenting_path->is_visited = (int *) xcalloc (graph_size, sizeof (int));
726 free (augmenting_path->is_visited);
967 int *bb_pred, *is_visited; local
973 is_visited = augmenting_path->is_visited;
974 gcc_assert (is_visited);
982 is_visited[u] = 0;
991 is_visited[u] = 1;
997 if ((pfedge->rflow > 0) && (is_visited[dest] == 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
mcf.cc 138 int *is_visited; member in struct:augmenting_path_type
717 augmenting_path->is_visited = (int *) xcalloc (graph_size, sizeof (int));
726 free (augmenting_path->is_visited);
967 int *bb_pred, *is_visited; local
973 is_visited = augmenting_path->is_visited;
974 gcc_assert (is_visited);
982 is_visited[u] = 0;
991 is_visited[u] = 1;
997 if ((pfedge->rflow > 0) && (is_visited[dest] == 0)
    [all...]

Completed in 25 milliseconds