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

  /src/external/gpl3/gcc/dist/gcc/
graphds.h 25 struct graph_edge struct
28 struct graph_edge *pred_next, *succ_next;
37 struct graph_edge *pred, *succ;
56 struct graph_edge *add_edge (struct graph *, int, int);
58 typedef bool (*skip_edge_callback) (struct graph_edge *);
65 struct graph_edge *, void *);
  /src/external/gpl3/gcc.old/dist/gcc/
graphds.h 25 struct graph_edge struct
28 struct graph_edge *pred_next, *succ_next;
37 struct graph_edge *pred, *succ;
56 struct graph_edge *add_edge (struct graph *, int, int);
58 typedef bool (*skip_edge_callback) (struct graph_edge *);
64 struct graph_edge *, void *);

Completed in 16 milliseconds