Home
last modified time | relevance | path

Searched refs:pslots_filled (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDreorg.c1241 int slots_to_fill, int *pslots_filled, in steal_delay_list_from_target() argument
1245 int slots_remaining = slots_to_fill - *pslots_filled; in steal_delay_list_from_target()
1246 int total_slots_filled = *pslots_filled; in steal_delay_list_from_target()
1351 *pslots_filled = total_slots_filled; in steal_delay_list_from_target()
1374 int slots_to_fill, int *pslots_filled, in steal_delay_list_from_fallthrough() argument
1417 ? eligible_for_delay (insn, *pslots_filled, trial, flags) in steal_delay_list_from_fallthrough()
1420 && eligible_for_annul_true (insn, *pslots_filled, trial, flags))) in steal_delay_list_from_fallthrough()
1427 if (++(*pslots_filled) == slots_to_fill) in steal_delay_list_from_fallthrough()
2609 int *pslots_filled, rtx delay_list) in fill_slots_from_thread() argument
2729 if (eligible_for_delay (insn, *pslots_filled, trial, flags)) in fill_slots_from_thread()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDreorg.c1044 int slots_to_fill, int *pslots_filled, in steal_delay_list_from_target() argument
1047 int slots_remaining = slots_to_fill - *pslots_filled; in steal_delay_list_from_target()
1048 int total_slots_filled = *pslots_filled; in steal_delay_list_from_target()
1167 *pslots_filled = total_slots_filled; in steal_delay_list_from_target()
1188 int slots_to_fill, int *pslots_filled, in steal_delay_list_from_fallthrough() argument
1231 ? eligible_for_delay (insn, *pslots_filled, trial, flags) in steal_delay_list_from_fallthrough()
1234 && eligible_for_annul_true (insn, *pslots_filled, trial, flags))) in steal_delay_list_from_fallthrough()
1241 if (++(*pslots_filled) == slots_to_fill) in steal_delay_list_from_fallthrough()
2358 int *pslots_filled, vec<rtx_insn *> *delay_list) in fill_slots_from_thread() argument
2483 if (eligible_for_delay (insn, *pslots_filled, trial, flags)) in fill_slots_from_thread()
[all …]