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

/freebsd-9.3-release/contrib/gcc/
H A Dconflict.c66 struct conflict_graph_arc_def struct
71 struct conflict_graph_arc_def *smaller_next;
76 struct conflict_graph_arc_def *larger_next;
85 typedef struct conflict_graph_arc_def *conflict_graph_arc;
86 typedef const struct conflict_graph_arc_def *const_conflict_graph_arc;
188 struct conflict_graph_arc_def dummy;
206 sizeof (struct conflict_graph_arc_def));
231 struct conflict_graph_arc_def arc;

Completed in 56 milliseconds