Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c82 static int can_delete_note_p (const rtx_note *);
103 can_delete_note_p (const rtx_note *note) in can_delete_note_p() function
267 if (NOTE_P (current) && !can_delete_note_p (as_a <rtx_note *> (current))) in delete_insn_chain()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.cc86 static int can_delete_note_p (const rtx_note *);
108 can_delete_note_p (const rtx_note *note) in can_delete_note_p() function
272 if (NOTE_P (current) && !can_delete_note_p (as_a <rtx_note *> (current))) in delete_insn_chain()
H A DChangeLog-20019982 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,
H A DChangeLog-20079538 * cfgrtl.c (can_delete_note_p, can_delete_label_p,
20478 * cfgrtl.c (can_delete_note_p): Update.
H A DChangeLog-199916350 (can_delete_note_p): Rename from delete_note_p.
H A DChangeLog-200422391 * cfgrtl.h (can_delete_note_p): Don't handle it.
36259 * cfgrtl.c (can_delete_note_p): Add NOTE_INSN_UNLIKELY_EXECUTED_CODE to
H A DChangeLog-200920886 * cfgrtl.c (can_delete_note_p): Allow NOTE_INSN_EPILOGUE_BEG
H A DChangeLog-200526667 * cfgrtl.c (can_delete_note_p): Remove UNLIKELY_EXECUTED_CODE note
H A DChangeLog-200222698 * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
H A DChangeLog-201427117 * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather