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

/freebsd-9.3-release/contrib/gcc/
H A Dconflict.c85 typedef struct conflict_graph_arc_def *conflict_graph_arc; typedef in typeref:struct:conflict_graph_arc_def
102 conflict_graph_arc *neighbor_heads;
163 graph->neighbor_heads = XCNEWVEC (conflict_graph_arc, num_regs);
189 conflict_graph_arc arc;
245 conflict_graph_arc arc = graph->neighbor_heads[reg];
268 conflict_graph_arc arc = graph->neighbor_heads[src];

Completed in 49 milliseconds