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

/haiku-buildtools/gcc/gcc/
H A Dmcf.c723 init_augmenting_path (augmenting_path_type *augmenting_path, int graph_size) argument
726 xcalloc (graph_size + 2, sizeof (int));
727 augmenting_path->queue_list.size = graph_size + 2;
728 augmenting_path->bb_pred = (int *) xcalloc (graph_size, sizeof (int));
729 augmenting_path->is_visited = (int *) xcalloc (graph_size, sizeof (int));

Completed in 136 milliseconds