Home
last modified time | relevance | path

Searched refs:can_delete_dead_exceptions (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddce.c95 if (cfun->can_delete_dead_exceptions && can_alter_cfg) in can_delete_call()
149 if (!(cfun->can_delete_dead_exceptions && can_alter_cfg) in deletable_insn_p()
591 || (cfun->can_delete_dead_exceptions && can_alter_cfg) in delete_unmarked_insns()
H A Dfunction.h381 unsigned int can_delete_dead_exceptions : 1; member
H A Dcse.c5350 && (cfun->can_delete_dead_exceptions in cse_insn()
6851 if ((!cfun->can_delete_dead_exceptions && !insn_nothrow_p (x)) in count_reg_usage()
6954 if (!cfun->can_delete_dead_exceptions && !insn_nothrow_p (insn)) in insn_live_p()
H A Dlto-streamer-in.c1306 fn->can_delete_dead_exceptions = bp_unpack_value (&bp, 1);
H A Ddse.c2635 || (!cfun->can_delete_dead_exceptions && !insn_nothrow_p (insn)) in scan_insn()
H A Dtree-inline.c2799 cfun->can_delete_dead_exceptions = src_cfun->can_delete_dead_exceptions; in initialize_cfun()
H A Dlto-streamer-out.c2202 bp_pack_value (&bp, fn->can_delete_dead_exceptions, 1); in output_struct_function_base()
H A Dtree-eh.c2971 && !fun->can_delete_dead_exceptions in stmt_unremovable_because_of_non_call_eh_p()
H A Dfunction.c4861 cfun->can_delete_dead_exceptions = flag_delete_dead_exceptions; in allocate_struct_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddce.cc95 if (cfun->can_delete_dead_exceptions && can_alter_cfg) in can_delete_call()
149 if (!(cfun->can_delete_dead_exceptions && can_alter_cfg) in deletable_insn_p()
591 || (cfun->can_delete_dead_exceptions && can_alter_cfg) in delete_unmarked_insns()
H A Dtree-ssa-dse.cc1219 && !cfun->can_delete_dead_exceptions) in dse_optimize_call()
1418 && !fun->can_delete_dead_exceptions))) in dse_optimize_stmt()
1510 || fun->can_delete_dead_exceptions)) in execute()
H A Dfunction.h395 unsigned int can_delete_dead_exceptions : 1; member
H A Dtree-ssa-sink.cc703 && (cfun->can_delete_dead_exceptions in sink_code_in_bb()
H A Dtree-ssa-dce.cc310 if (!cfun->can_delete_dead_exceptions in mark_stmt_if_obviously_necessary()
H A Dcse.cc5340 && (cfun->can_delete_dead_exceptions in cse_insn()
6792 if ((!cfun->can_delete_dead_exceptions && !insn_nothrow_p (x)) in count_reg_usage()
6887 if (!cfun->can_delete_dead_exceptions && !insn_nothrow_p (insn)) in insn_live_p()
H A Dlto-streamer-in.cc1295 fn->can_delete_dead_exceptions = bp_unpack_value (&bp, 1); in input_struct_function_base()
H A Dtree-inline.cc2839 cfun->can_delete_dead_exceptions = src_cfun->can_delete_dead_exceptions; in initialize_cfun()
H A Dlto-streamer-out.cc2260 bp_pack_value (&bp, fn->can_delete_dead_exceptions, 1); in output_struct_function_base()
H A Dtree-eh.cc2966 && !fun->can_delete_dead_exceptions in stmt_unremovable_because_of_non_call_eh_p()
H A DChangeLog-201221636 * tree-inline.c (initialize_cfun): Copy can_delete_dead_exceptions.
21773 * function.h (struct function): Add can_delete_dead_exceptions flag.