Searched refs:my_dfs (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c1126 unsigned int my_dfs; local
1130 my_dfs = si->dfs[n];
1157 if (si->dfs[n] == my_dfs)
1160 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)
1170 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)
1697 unsigned int my_dfs; local
1702 my_dfs = si->dfs[n];
1745 if (si->dfs[n] == my_dfs)
1748 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)

Completed in 100 milliseconds