Home
last modified time | relevance | path

Searched refs:can_delete_note_p (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfgrtl.c68 static int can_delete_note_p (const_rtx);
89 can_delete_note_p (const_rtx note) in can_delete_note_p() function
230 if (NOTE_P (start) && !can_delete_note_p (start)) in delete_insn_chain()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgrtl.c76 static int can_delete_note_p (const rtx_note *);
97 can_delete_note_p (const rtx_note *note) in can_delete_note_p() function
251 if (NOTE_P (current) && !can_delete_note_p (as_a <rtx_note *> (current))) in delete_insn_chain()