Searched refs:new_graph (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphds.h | 54 struct graph *new_graph (int);
|
H A D | cfgloopanal.c | 101 g = new_graph (last_basic_block_for_fn (cfun) + num); in mark_irreducible_loops()
|
H A D | graphds.c | 55 new_graph (int n_vertices) in new_graph() function
|
H A D | graphite-scop-detection.c | 1411 struct graph *g = new_graph (num_vertices); in build_alias_set()
|
H A D | dominance.c | 1491 g = new_graph (n + 1); in iterate_fix_dominators()
|
H A D | tree-loop-distribution.c | 801 rdg = new_graph (stmts.length ()); in build_rdg() 2258 graph *pg = new_graph (partitions->length ()); in build_partition_graph()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphds.h | 54 struct graph *new_graph (int);
|
H A D | graphds.cc | 55 new_graph (int n_vertices) in new_graph() function
|
H A D | cfgloopanal.cc | 101 g = new_graph (last_basic_block_for_fn (cfun) + num); in mark_irreducible_loops()
|
H A D | dominance.cc | 1498 g = new_graph (n + 1); in iterate_fix_dominators()
|
H A D | graphite-scop-detection.cc | 1409 struct graph *g = new_graph (num_vertices); in build_alias_set()
|
H A D | tree-loop-distribution.cc | 811 rdg = new_graph (stmts.length ()); in build_rdg() 2296 graph *pg = new_graph (partitions->length ()); in build_partition_graph()
|
H A D | tree-vect-slp.cc | 3649 struct graph *slpg = new_graph (vertices.length ()); in vect_optimize_slp()
|
H A D | ChangeLog-2007 | 18915 (struct edge, struct vertex, struct graph, dump_graph, new_graph,
|
H A D | ChangeLog-2013 | 31580 * graphds.c (new_graph): Initialize obstack and allocate
|
H A D | ChangeLog-2004 | 42044 (dump_graph, new_graph, add_edge, dfs, check_irred, for_each_edge,
|