Searched refs:can_delete_note_p (Results 1 – 5 of 5) sorted by relevance
73 static int can_delete_note_p PARAMS ((rtx));85 can_delete_note_p (note) in can_delete_note_p() function218 if (GET_CODE (start) == NOTE && !can_delete_note_p (start))
9982 can_delete_note_p, can_delete_label_p, commit_one_edge_insertion,11651 init_flow, clear_edges, can_delete_note_p, can_delete_label_p,
1882 (can_delete_note_p): Rename from delete_note_p.
8251 * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
64 static int can_delete_note_p (rtx);86 can_delete_note_p (rtx note) in can_delete_note_p() function211 if (NOTE_P (start) && !can_delete_note_p (start)) in delete_insn_chain()