Home
last modified time | relevance | path

Searched refs:copy_delay_slot_insn (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Demit-rtl.h389 extern rtx_insn *copy_delay_slot_insn (rtx_insn *);
Dreorg.cc1087 rtx_insn *temp = copy_delay_slot_insn (trial); in steal_delay_list_from_target()
2171 add_to_delay_list (copy_delay_slot_insn (next_trial), in fill_simple_delay_slots()
2520 temp = own_thread ? trial : copy_delay_slot_insn (trial); in fill_slots_from_thread()
2711 ninsn = own_thread ? trial : copy_delay_slot_insn (trial); in fill_slots_from_thread()
Demit-rtl.cc5775 copy_delay_slot_insn (rtx_insn *insn) in copy_delay_slot_insn() function
DChangeLog-20127035 * emit-rtl.c (copy_delay_slot_insn): New function.
7036 * emit-rtl.h (copy_delay_slot_insn): Declare.
7038 (steal_delay_list_from_target): Use copy_delay_slot_insn.
DChangeLog-201422001 (copy_delay_slot_insn): Strengthen return type and param from rtx
22009 * emit-rtl.h (copy_delay_slot_insn): Strengthen return type and
22012 * emit-rtl.c (copy_delay_slot_insn): Likewise.