Searched defs:subgraph (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | graphds.c | 142 foll_in_subgraph (struct graph_edge *e, bool forward, bitmap subgraph) in foll_in_subgraph() 165 dfs_fst_edge (struct graph *g, int v, bool forward, bitmap subgraph) in dfs_fst_edge() 177 dfs_next_edge (struct graph_edge *e, bool forward, bitmap subgraph) in dfs_next_edge() 191 bool forward, bitmap subgraph) in graphds_dfs() 275 graphds_scc (struct graph *g, bitmap subgraph) in graphds_scc()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | graphds.c | 142 foll_in_subgraph (struct graph_edge *e, bool forward, bitmap subgraph, in foll_in_subgraph() 173 dfs_fst_edge (struct graph *g, int v, bool forward, bitmap subgraph, in dfs_fst_edge() 188 dfs_next_edge (struct graph_edge *e, bool forward, bitmap subgraph, in dfs_next_edge() 205 bool forward, bitmap subgraph, in graphds_dfs() 291 graphds_scc (struct graph *g, bitmap subgraph, in graphds_scc()
|