Searched refs:graphds_scc (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphds.h | 61 int graphds_scc (struct graph *, bitmap, skip_edge_callback = NULL);
|
H A D | cfgloopanal.c | 146 graphds_scc (g, NULL); in mark_irreducible_loops()
|
H A D | graphds.c | 291 graphds_scc (struct graph *g, bitmap subgraph, in graphds_scc() function
|
H A D | tree-loop-distribution.c | 2344 int i, j, num_sccs = graphds_scc (pg, NULL); in merge_dep_scc_partitions() 2451 num_sccs = graphds_scc (pg, NULL); in break_alias_scc_partitions() 2511 num_sccs_no_alias = graphds_scc (pg, NULL, pg_skip_alias_edge); in break_alias_scc_partitions()
|
H A D | dominance.c | 1333 nc = graphds_scc (g, gprime); in determine_dominators_for_sons()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphds.h | 61 int graphds_scc (struct graph *, bitmap, skip_edge_callback = NULL);
|
H A D | graphds.cc | 291 graphds_scc (struct graph *g, bitmap subgraph, in graphds_scc() function
|
H A D | cfgloopanal.cc | 146 graphds_scc (g, NULL); in mark_irreducible_loops()
|
H A D | tree-loop-distribution.cc | 2382 int i, j, num_sccs = graphds_scc (pg, NULL); in merge_dep_scc_partitions() 2490 num_sccs = graphds_scc (pg, NULL); in break_alias_scc_partitions() 2550 num_sccs_no_alias = graphds_scc (pg, NULL, pg_skip_alias_edge); in break_alias_scc_partitions()
|
H A D | dominance.cc | 1340 nc = graphds_scc (g, gprime); in determine_dominators_for_sons()
|
H A D | ChangeLog-2017 | 28475 (graphds_dfs, graphds_scc): Ditto. 28479 (graphds_dfs, graphds_scc): New function pointer parameter.
|
H A D | ChangeLog-2007 | 18917 (mark_irreducible_loops): Use graphds_scc. Remove argument from
|