| /src/external/gpl3/gcc/dist/gcc/ |
| digraph.h | 102 void add_edge (edge_t *edge); 238 digraph<GraphTraits>::add_edge (edge_t *edge) function in class:digraph
|
| graphds.cc | 70 add_edge (struct graph *g, int f, int t) function
|
| mcf.cc | 364 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) function 387 fixup_edge_p curr_edge = add_edge (fixup_graph, src, dest, cost); 401 fixup_edge_p curr_edge = add_edge (fixup_graph, src, dest, cost);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| digraph.h | 102 void add_edge (edge_t *edge); 238 digraph<GraphTraits>::add_edge (edge_t *edge) function in class:digraph
|
| graphds.cc | 70 add_edge (struct graph *g, int f, int t) function
|
| mcf.cc | 364 add_edge (fixup_graph_type *fixup_graph, int src, int dest, gcov_type cost) function 387 fixup_edge_p curr_edge = add_edge (fixup_graph, src, dest, cost); 401 fixup_edge_p curr_edge = add_edge (fixup_graph, src, dest, cost);
|