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

  /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);

Completed in 34 milliseconds