Searched refs:graphds_dfs (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphds.cc | 204 graphds_dfs (struct graph *g, int *qs, int nq, vec<int> *qt, in graphds_dfs() function 315 graphds_dfs (g, queue, nq, &postorder, false, subgraph, skip_edge_p); in graphds_scc() 320 comp = graphds_dfs (g, queue, nq, NULL, true, subgraph, skip_edge_p); in graphds_scc() 438 graphds_dfs (g, &entry, 1, &postorder, true, NULL); in graphds_domtree()
|
H A D | graphds.h | 59 int graphds_dfs (struct graph *, int *, int,
|
H A D | graphite-scop-detection.cc | 1444 = graphds_dfs (g, all_vertices, num_vertices, NULL, true, NULL) + 1; in build_alias_set()
|
H A D | tree-loop-distribution.cc | 1467 graphds_dfs (rdg, &v, 1, &nodes, false, NULL); in build_rdg_partition_for_vertex()
|
H A D | tree-vect-slp.cc | 3657 graphds_dfs (slpg, &leafs[0], leafs.length (), &ipo, false, NULL, NULL); in vect_optimize_slp()
|
H A D | ChangeLog.graphite | 3021 graphds_dfs.
|
H A D | ChangeLog-2017 | 28475 (graphds_dfs, graphds_scc): Ditto. 28479 (graphds_dfs, graphds_scc): New function pointer parameter.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphds.c | 204 graphds_dfs (struct graph *g, int *qs, int nq, vec<int> *qt, in graphds_dfs() function 315 graphds_dfs (g, queue, nq, &postorder, false, subgraph, skip_edge_p); in graphds_scc() 320 comp = graphds_dfs (g, queue, nq, NULL, true, subgraph, skip_edge_p); in graphds_scc() 438 graphds_dfs (g, &entry, 1, &postorder, true, NULL); in graphds_domtree()
|
H A D | graphds.h | 59 int graphds_dfs (struct graph *, int *, int,
|
H A D | graphite-scop-detection.c | 1446 = graphds_dfs (g, all_vertices, num_vertices, NULL, true, NULL) + 1; in build_alias_set()
|
H A D | tree-loop-distribution.c | 1457 graphds_dfs (rdg, &v, 1, &nodes, false, NULL); in build_rdg_partition_for_vertex()
|