Home
last modified time | relevance | path

Searched refs:new_note (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbb-reorder.c1965 rtx new_note; in insert_section_boundary_note() local
1977 new_note = emit_note_before (NOTE_INSN_SWITCH_TEXT_SECTIONS, in insert_section_boundary_note()
1981 BLOCK_FOR_INSN (new_note) = NULL; in insert_section_boundary_note()
H A Dcombine.c4321 rtx new_note = alloc_reg_note (REG_DEAD, i2dest, NULL_RTX); in try_combine() local
4323 distribute_notes (new_note, NULL_RTX, i2, NULL_RTX, NULL_RTX, in try_combine()
4326 distribute_notes (new_note, NULL_RTX, i3, newi2pat ? i2 : NULL_RTX, in try_combine()
4332 rtx new_note = alloc_reg_note (REG_DEAD, i1dest, NULL_RTX); in try_combine() local
4334 distribute_notes (new_note, NULL_RTX, i2, NULL_RTX, NULL_RTX, in try_combine()
4337 distribute_notes (new_note, NULL_RTX, i3, newi2pat ? i2 : NULL_RTX, in try_combine()
4343 rtx new_note = alloc_reg_note (REG_DEAD, i0dest, NULL_RTX); in try_combine() local
4345 distribute_notes (new_note, NULL_RTX, i2, NULL_RTX, NULL_RTX, in try_combine()
4348 distribute_notes (new_note, NULL_RTX, i3, newi2pat ? i2 : NULL_RTX, in try_combine()
13749 rtx new_note = alloc_reg_note (REG_DEAD, piece, in distribute_notes() local
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcombine.c4562 rtx new_note = alloc_reg_note (REG_DEAD, i3dest_killed, NULL_RTX); in try_combine() local
4564 distribute_notes (new_note, NULL, i2, NULL, elim_i2, in try_combine()
4567 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine()
4573 rtx new_note = alloc_reg_note (REG_DEAD, i2dest, NULL_RTX); in try_combine() local
4575 distribute_notes (new_note, NULL, i2, NULL, NULL_RTX, in try_combine()
4578 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine()
4584 rtx new_note = alloc_reg_note (REG_DEAD, i1dest, NULL_RTX); in try_combine() local
4586 distribute_notes (new_note, NULL, i2, NULL, NULL_RTX, in try_combine()
4589 distribute_notes (new_note, NULL, i3, newi2pat ? i2 : NULL, in try_combine()
4595 rtx new_note = alloc_reg_note (REG_DEAD, i0dest, NULL_RTX); in try_combine() local
[all …]