Searched refs:from_insn (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | auto-inc-dec.c | 427 move_dead_notes (rtx_insn *to_insn, rtx_insn *from_insn, rtx pattern) in move_dead_notes() argument 433 for (note = REG_NOTES (from_insn); note; note = next_note) in move_dead_notes() 445 REG_NOTES (from_insn) = next_note; in move_dead_notes()
|
| H A D | rtlanal.c | 1144 reg_used_between_p (const_rtx reg, const rtx_insn *from_insn, in reg_used_between_p() argument 1149 if (from_insn == to_insn) in reg_used_between_p() 1152 for (insn = NEXT_INSN (from_insn); insn != to_insn; insn = NEXT_INSN (insn)) in reg_used_between_p() 1238 reg_set_between_p (const_rtx reg, const rtx_insn *from_insn, in reg_set_between_p() argument 1243 if (from_insn == to_insn) in reg_set_between_p() 1246 for (insn = NEXT_INSN (from_insn); insn != to_insn; insn = NEXT_INSN (insn)) in reg_set_between_p()
|
| H A D | combine.c | 14289 distribute_notes (rtx notes, rtx_insn *from_insn, rtx_insn *i3, rtx_insn *i2, in distribute_notes() argument 14405 if (reg_set_between_p (XEXP (note, 0), from_insn, i3)) in distribute_notes() 14412 if (from_insn != i3) in distribute_notes() 14458 if (from_insn != i3 && i2 && INSN_P (i2) in distribute_notes() 14488 if (from_insn == i3 in distribute_notes() 14593 if (from_insn in distribute_notes() 14594 && from_insn == i2mod in distribute_notes() 14596 tem_insn = from_insn; in distribute_notes() 14599 if (from_insn in distribute_notes() 14600 && CALL_P (from_insn) in distribute_notes() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | auto-inc-dec.cc | 427 move_dead_notes (rtx_insn *to_insn, rtx_insn *from_insn, rtx pattern) in move_dead_notes() argument 433 for (note = REG_NOTES (from_insn); note; note = next_note) in move_dead_notes() 445 REG_NOTES (from_insn) = next_note; in move_dead_notes()
|
| H A D | combine.cc | 14180 distribute_notes (rtx notes, rtx_insn *from_insn, rtx_insn *i3, rtx_insn *i2, in distribute_notes() argument 14220 gcc_assert (from_insn == i3); in distribute_notes() 14223 if (!insn_could_throw_p (from_insn)) in distribute_notes() 14309 if (reg_set_between_p (XEXP (note, 0), from_insn, i3)) in distribute_notes() 14316 if (from_insn != i3) in distribute_notes() 14362 if (from_insn != i3 && i2 && INSN_P (i2) in distribute_notes() 14392 if (from_insn == i3 in distribute_notes() 14497 if (from_insn in distribute_notes() 14498 && from_insn == i2mod in distribute_notes() 14500 tem_insn = from_insn; in distribute_notes() [all …]
|
| H A D | ChangeLog-2014 | 21647 (reg_used_between_p): Strengthen params "from_insn", "to_insn" 21649 (reg_set_between_p): Rename param "from_insn" to 21650 "uncast_from_insn", and reintroduce "from_insn" as a 27108 (distribute_notes): Likewise for params "from_insn", "i3", "i2" 27351 (move_dead_notes): Strengthen params "to_insn" and "from_insn"
|