Home
last modified time | relevance | path

Searched refs:CLEANUP_NO_INSN_DEL (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDmode-switching.c688 cleanup_cfg (CLEANUP_NO_INSN_DEL); in optimize_mode_switching()
HDcfgcleanup.c2231 if (!(mode & (CLEANUP_NO_INSN_DEL | CLEANUP_UPDATE_LIFE)) in cleanup_cfg()
2254 else if (!(mode & CLEANUP_NO_INSN_DEL) in cleanup_cfg()
HDbasic-block.h833 #define CLEANUP_NO_INSN_DEL 32 /* Do not try to delete trivially dead macro
HDexcept.c3964 cleanup_cfg (CLEANUP_NO_INSN_DEL); in rest_of_handle_eh()
3966 cleanup_cfg (CLEANUP_NO_INSN_DEL); in rest_of_handle_eh()
HDChangeLog-200220349 * basic-block.h (CLEANUP_NO_INSN_DEL): Define it.