Searched refs:graphds_domtree (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | graphds.h | 62 void graphds_domtree (struct graph *, int, int *, int *, int *);
|
H A D | graphds.c | 405 graphds_domtree (struct graph *g, int entry, in graphds_domtree() function
|
H A D | dominance.c | 1518 graphds_domtree (g, n, parent, son, brother); in iterate_fix_dominators()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | graphds.h | 62 void graphds_domtree (struct graph *, int, int *, int *, int *);
|
H A D | graphds.cc | 405 graphds_domtree (struct graph *g, int entry, in graphds_domtree() function
|
H A D | dominance.cc | 1525 graphds_domtree (g, n, parent, son, brother); in iterate_fix_dominators()
|