Home
last modified time | relevance | path

Searched refs:eh_note (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcompare-elim.c108 rtx eh_note; member
295 can_eliminate_compare (rtx compare, rtx eh_note, struct comparison *cmp) in can_eliminate_compare() argument
299 && !rtx_equal_p (eh_note, cmp->eh_note)) in can_eliminate_compare()
377 rtx eh_note = NULL; in before_dom_children() local
380 eh_note = find_reg_note (insn, REG_EH_REGION, NULL); in before_dom_children()
382 if (last_cmp_valid && can_eliminate_compare (src, eh_note, last_cmp)) in before_dom_children()
384 if (eh_note) in before_dom_children()
396 last_cmp->eh_note = eh_note; in before_dom_children()
H A Drecog.c3295 rtx eh_note, as_note; in peep2_attempt() local
3450 eh_note = find_reg_note (peep2_insn_data[i].insn, REG_EH_REGION, NULL_RTX); in peep2_attempt()
3463 if (eh_note || (was_call && nonlocal_goto_handler_labels)) in peep2_attempt()
3472 if (eh_note) in peep2_attempt()
3473 copy_reg_eh_region_note_backward (eh_note, last, before_try); in peep2_attempt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcompare-elim.cc106 rtx eh_note; member
293 can_eliminate_compare (rtx compare, rtx eh_note, struct comparison *cmp) in can_eliminate_compare() argument
297 && !rtx_equal_p (eh_note, cmp->eh_note)) in can_eliminate_compare()
375 rtx eh_note = NULL; in before_dom_children() local
378 eh_note = find_reg_note (insn, REG_EH_REGION, NULL); in before_dom_children()
380 if (last_cmp_valid && can_eliminate_compare (src, eh_note, last_cmp)) in before_dom_children()
382 if (eh_note) in before_dom_children()
394 last_cmp->eh_note = eh_note; in before_dom_children()
H A DChangeLog-201433695 * compare-elim.c (struct comparison): Add eh_note.