Home
last modified time | relevance | path

Searched refs:free_graph (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphds.h66 void free_graph (struct graph *g);
H A Dcfgloopanal.c169 free_graph (g); in mark_irreducible_loops()
H A Dgraphds.c344 free_graph (struct graph *g) in free_graph() function
H A Dgraphite-scop-detection.c1434 free_graph (g); in build_alias_set()
1452 free_graph (g); in build_alias_set()
H A Dtree-loop-distribution.c790 free_graph (rdg); in free_rdg()
2372 free_graph (pg); in merge_dep_scc_partitions()
2574 free_graph (pg); in break_alias_scc_partitions()
H A Ddominance.c1541 free_graph (g); in iterate_fix_dominators()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphds.h66 void free_graph (struct graph *g);
H A Dgraphds.cc344 free_graph (struct graph *g) in free_graph() function
H A Dcfgloopanal.cc169 free_graph (g); in mark_irreducible_loops()
H A Dgraphite-scop-detection.cc1432 free_graph (g); in build_alias_set()
1450 free_graph (g); in build_alias_set()
H A Dtree-loop-distribution.cc800 free_graph (rdg); in free_rdg()
2411 free_graph (pg); in merge_dep_scc_partitions()
2613 free_graph (pg); in break_alias_scc_partitions()
H A Ddominance.cc1548 free_graph (g); in iterate_fix_dominators()
H A Dtree-vect-slp.cc4140 free_graph (slpg); in vect_optimize_slp()
H A DChangeLog-200718916 add_edge, dfs, for_each_edge, free_graph): Moved to graphds.c.
H A DChangeLog-201331583 (free_graph): Free the obstack instead of all edges and vertices.
H A DChangeLog-200442045 free_graph): New functions.