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

/freebsd-10.0-release/contrib/gcc/
H A Dreorg.c1218 int slots_to_fill, int *pslots_filled,
1222 int slots_remaining = slots_to_fill - *pslots_filled;
1352 int slots_to_fill, int *pslots_filled,
1406 if (++(*pslots_filled) == slots_to_fill)
2012 int slots_to_fill, slots_filled;
2034 slots_to_fill = num_delay_slots (insn);
2047 if (slots_to_fill == 0)
2123 if (slots_filled < slots_to_fill)
2167 if (slots_to_fill == ++slots_filled)
2182 if (slots_filled != slots_to_fill
1204 steal_delay_list_from_target(rtx insn, rtx condition, rtx seq, rtx delay_list, struct resources *sets, struct resources *needed, struct resources *other_needed, int slots_to_fill, int *pslots_filled, int *pannul_p, rtx *pnew_thread) argument
1337 steal_delay_list_from_fallthrough(rtx insn, rtx condition, rtx seq, rtx delay_list, struct resources *sets, struct resources *needed, struct resources *other_needed, int slots_to_fill, int *pslots_filled, int *pannul_p) argument
1996 int slots_to_fill, slots_filled; local
2496 fill_slots_from_thread(rtx insn, rtx condition, rtx thread, rtx opposite_thread, int likely, int thread_if_true, int own_thread, int slots_to_fill, int *pslots_filled, rtx delay_list) argument
2930 int prediction, slots_to_fill, slots_filled; local
[all...]

Completed in 132 milliseconds