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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c1106 VEC(unsigned,heap) *scc_stack; member in struct:scc_info
1159 if (VEC_length (unsigned, si->scc_stack) > 0
1160 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)
1169 while (VEC_length (unsigned, si->scc_stack) != 0
1170 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)
1172 unsigned int w = VEC_pop (unsigned, si->scc_stack);
1199 VEC_safe_push (unsigned, heap, si->scc_stack, n);
1591 si->scc_stack = VEC_alloc (unsigned, heap, 1);
1604 VEC_free (unsigned, heap, si->scc_stack);
1747 while (VEC_length (unsigned, si->scc_stack) !
[all...]

Completed in 105 milliseconds