Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-structalias.c1126 unsigned int my_dfs; in scc_visit() local
1130 my_dfs = si->dfs[n]; in scc_visit()
1157 if (si->dfs[n] == my_dfs) in scc_visit()
1160 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in scc_visit()
1170 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in scc_visit()
1697 unsigned int my_dfs; in label_visit() local
1702 my_dfs = si->dfs[n]; in label_visit()
1745 if (si->dfs[n] == my_dfs) in label_visit()
1748 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in label_visit()