Lines Matching refs:new_note
4634 rtx new_note = alloc_reg_note (REG_DEAD, i3dest_killed, NULL_RTX); in try_combine() local
4636 distribute_notes (new_note, NULL, i2, NULL, elim_i2, in try_combine()
4639 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine()
4645 rtx new_note = alloc_reg_note (REG_DEAD, i2dest, NULL_RTX); in try_combine() local
4647 distribute_notes (new_note, NULL, i2, NULL, NULL_RTX, in try_combine()
4650 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine()
4656 rtx new_note = alloc_reg_note (REG_DEAD, i1dest, NULL_RTX); in try_combine() local
4658 distribute_notes (new_note, NULL, i2, NULL, NULL_RTX, in try_combine()
4661 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine()
4667 rtx new_note = alloc_reg_note (REG_DEAD, i0dest, NULL_RTX); in try_combine() local
4669 distribute_notes (new_note, NULL, i2, NULL, NULL_RTX, in try_combine()
4672 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine()
14825 rtx new_note = alloc_reg_note (REG_DEAD, piece, in distribute_notes() local
14828 distribute_notes (new_note, place, place, in distribute_notes()