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

/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c2150 ps_insn_ptr next_ps_i;
2163 for (next_ps_i = ps->rows[row];
2164 next_ps_i;
2165 next_ps_i = next_ps_i->next_in_row)
2167 if (TEST_BIT (must_follow, next_ps_i->node->cuid)
2169 first_must_follow = next_ps_i;
2170 if (TEST_BIT (must_precede, next_ps_i->node->cuid))
2177 last_must_precede = next_ps_i;
2145 ps_insn_ptr next_ps_i; local

Completed in 102 milliseconds