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

/haiku-buildtools/legacy/gcc/gcc/
H A Dflow.c292 static int can_delete_note_p PROTO((rtx));
1641 can_delete_note_p (note)
1664 if (GET_CODE (start) == NOTE && !can_delete_note_p (start))
1636 can_delete_note_p (note) function
/haiku-buildtools/gcc/gcc/
H A Dcfgrtl.c106 static int can_delete_note_p (const rtx_note *);
128 can_delete_note_p (const rtx_note *note)
282 if (NOTE_P (current) && !can_delete_note_p (as_a <rtx_note *> (current)))
126 can_delete_note_p (const rtx_note *note) function

Completed in 113 milliseconds