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

/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c1024 ps_insn_ptr next_ps_i;
1079 for (next_ps_i = ps->rows[row];
1080 next_ps_i; next_ps_i = next_ps_i->next_in_row)
1081 if (next_ps_i->id == g->closing_branch->cuid)
1085 remove_node_from_ps (ps, next_ps_i);
3042 ps_insn_ptr next_ps_i;
3056 for (next_ps_i = ps->rows[row];
3057 next_ps_i;
1021 ps_insn_ptr next_ps_i; local
3037 ps_insn_ptr next_ps_i; local
[all...]

Completed in 95 milliseconds