Searched refs:can_delete_note_p (Results 1 – 10 of 10) sorted by relevance
82 static int can_delete_note_p (const rtx_note *);103 can_delete_note_p (const rtx_note *note) in can_delete_note_p() function267 if (NOTE_P (current) && !can_delete_note_p (as_a <rtx_note *> (current))) in delete_insn_chain()
86 static int can_delete_note_p (const rtx_note *);108 can_delete_note_p (const rtx_note *note) in can_delete_note_p() function272 if (NOTE_P (current) && !can_delete_note_p (as_a <rtx_note *> (current))) in delete_insn_chain()
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,
9538 * cfgrtl.c (can_delete_note_p, can_delete_label_p,20478 * cfgrtl.c (can_delete_note_p): Update.
16350 (can_delete_note_p): Rename from delete_note_p.
22391 * cfgrtl.h (can_delete_note_p): Don't handle it.36259 * cfgrtl.c (can_delete_note_p): Add NOTE_INSN_UNLIKELY_EXECUTED_CODE to
20886 * cfgrtl.c (can_delete_note_p): Allow NOTE_INSN_EPILOGUE_BEG
26667 * cfgrtl.c (can_delete_note_p): Remove UNLIKELY_EXECUTED_CODE note
22698 * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
27117 * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather