Searched refs:new_note (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 4518 rtx new_note = alloc_reg_note (REG_DEAD, i3dest_killed, NULL_RTX); in try_combine() local 4520 distribute_notes (new_note, NULL, i2, NULL, elim_i2, in try_combine() 4523 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine() 4529 rtx new_note = alloc_reg_note (REG_DEAD, i2dest, NULL_RTX); in try_combine() local 4531 distribute_notes (new_note, NULL, i2, NULL, NULL_RTX, in try_combine() 4534 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine() 4540 rtx new_note = alloc_reg_note (REG_DEAD, i1dest, NULL_RTX); in try_combine() local 4542 distribute_notes (new_note, NULL, i2, NULL, NULL_RTX, in try_combine() 4545 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine() 4551 rtx new_note = alloc_reg_note (REG_DEAD, i0dest, NULL_RTX); in try_combine() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 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 [all …]
|