Searched refs:pslots_filled (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | reorg.c | 1208 int slots_to_fill, int *pslots_filled, in steal_delay_list_from_target() argument 1212 int slots_remaining = slots_to_fill - *pslots_filled; in steal_delay_list_from_target() 1213 int total_slots_filled = *pslots_filled; in steal_delay_list_from_target() 1318 *pslots_filled = total_slots_filled; in steal_delay_list_from_target() 1341 int slots_to_fill, int *pslots_filled, in steal_delay_list_from_fallthrough() argument 1385 ? eligible_for_delay (insn, *pslots_filled, trial, flags) in steal_delay_list_from_fallthrough() 1388 && eligible_for_annul_true (insn, *pslots_filled, trial, flags))) in steal_delay_list_from_fallthrough() 1395 if (++(*pslots_filled) == slots_to_fill) in steal_delay_list_from_fallthrough() 2499 int *pslots_filled, rtx delay_list) in fill_slots_from_thread() argument 2618 if (eligible_for_delay (insn, *pslots_filled, trial, flags)) in fill_slots_from_thread() [all …]
|