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

/freebsd-9.3-release/contrib/gcc/
H A Dconflict.c102 conflict_graph_arc *neighbor_heads; member in struct:conflict_graph_def
163 graph->neighbor_heads = XCNEWVEC (conflict_graph_arc, num_regs);
175 free (graph->neighbor_heads);
213 arc->smaller_next = graph->neighbor_heads[smaller];
214 graph->neighbor_heads[smaller] = arc;
215 arc->larger_next = graph->neighbor_heads[larger];
216 graph->neighbor_heads[larger] = arc;
245 conflict_graph_arc arc = graph->neighbor_heads[reg];
268 conflict_graph_arc arc = graph->neighbor_heads[src];

Completed in 43 milliseconds