Home
last modified time | relevance | path

Searched refs:can_throw_non_call_exceptions (Results 1 – 25 of 61) sorted by relevance

123

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-isolate-paths.c273 if (!cfun->can_throw_non_call_exceptions) in stmt_uses_name_in_undefined_way()
312 if (!cfun->can_throw_non_call_exceptions in stmt_uses_0_or_null_in_undefined_way()
H A Dcfgbuild.c103 if (!cfun->can_throw_non_call_exceptions) in control_flow_insn_p()
324 else if (code == CALL_INSN || cfun->can_throw_non_call_exceptions) in make_edges()
H A Dcompare-elim.c276 if (cfun->can_throw_non_call_exceptions in can_eliminate_compare()
354 if (cfun->can_throw_non_call_exceptions) in before_dom_children()
H A Dfunction.h351 unsigned int can_throw_non_call_exceptions : 1; member
H A Dlra.c1875 if (cfun->can_throw_non_call_exceptions) in lra_process_new_insns()
1883 if (cfun->can_throw_non_call_exceptions) in lra_process_new_insns()
1891 if (cfun->can_throw_non_call_exceptions) in lra_process_new_insns()
2576 if (cfun->can_throw_non_call_exceptions) in lra()
H A Dipa-pure-const.c608 if (possibly_throws && cfun->can_throw_non_call_exceptions) in check_call()
694 if (possibly_throws && cfun->can_throw_non_call_exceptions) in check_call()
814 if (cfun->can_throw_non_call_exceptions) in check_stmt()
H A Dtree-eh.c2887 if (!cfun->can_throw_non_call_exceptions) in stmt_could_throw_p()
2897 if (!cfun->can_throw_non_call_exceptions in stmt_could_throw_p()
2903 if (!cfun->can_throw_non_call_exceptions) in stmt_could_throw_p()
2922 if (cfun->can_throw_non_call_exceptions in tree_could_throw_p()
2932 if (cfun->can_throw_non_call_exceptions) in tree_could_throw_p()
H A Dshrink-wrap.c64 if (cfun->can_throw_non_call_exceptions && can_throw_internal (insn)) in requires_stack_frame_p()
1768 || cfun->can_throw_non_call_exceptions in try_shrink_wrapping_separate()
H A Ddce.c583 && (!cfun->can_throw_non_call_exceptions in delete_unmarked_insns()
H A Dpostreload-gcse.c1295 && !(cfun->can_throw_non_call_exceptions && may_trap_p (src)) in eliminate_partially_redundant_loads()
H A Dstore-motion.c540 if (cfun->can_throw_non_call_exceptions && may_trap_p (dest)) in find_moveable_store()
H A Dtree-ssa-dce.c197 if (cfun->can_throw_non_call_exceptions in mark_stmt_if_obviously_necessary()
H A Dfwprop.c1419 if (cfun->can_throw_non_call_exceptions in forward_propagate_into()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcfgbuild.c115 if (!cfun->can_throw_non_call_exceptions) in control_flow_insn_p()
336 else if (code == CALL_INSN || cfun->can_throw_non_call_exceptions) in make_edges()
H A Dipa-pure-const.c485 if (possibly_throws && cfun->can_throw_non_call_exceptions) in check_call()
561 if (possibly_throws && cfun->can_throw_non_call_exceptions) in check_call()
671 if (cfun->can_throw_non_call_exceptions) in check_stmt()
H A Dfunction.h613 unsigned int can_throw_non_call_exceptions : 1; member
H A Dipa-inline.c299 else if (callee_cfun && callee_cfun->can_throw_non_call_exceptions in can_inline_edge_p()
300 && !(caller_cfun && caller_cfun->can_throw_non_call_exceptions)) in can_inline_edge_p()
H A Dtree-eh.c2634 if (!cfun->can_throw_non_call_exceptions) in stmt_could_throw_p()
2639 if (!cfun->can_throw_non_call_exceptions) in stmt_could_throw_p()
2658 if (cfun->can_throw_non_call_exceptions in tree_could_throw_p()
2668 if (cfun->can_throw_non_call_exceptions) in tree_could_throw_p()
H A Dpostreload-gcse.c1206 && !(cfun->can_throw_non_call_exceptions && may_trap_p (src)) in eliminate_partially_redundant_loads()
H A Dstore-motion.c565 if (cfun->can_throw_non_call_exceptions && may_trap_p (dest)) in find_moveable_store()
H A Dlower-subreg.c1241 || (cfun->can_throw_non_call_exceptions in decompose_multiword_subregs()
H A Dlto-streamer-in.c809 fn->can_throw_non_call_exceptions = bp_unpack_value (&bp, 1); in input_struct_function_base()
H A Dtree-ssa-dce.c276 if (cfun->can_throw_non_call_exceptions && stmt_could_throw_p (stmt)) in mark_stmt_if_obviously_necessary()
H A Dfunction.c4435 cfun->can_throw_non_call_exceptions = flag_non_call_exceptions; in allocate_struct_function()
4989 if (cfun->can_throw_non_call_exceptions) in expand_function_end()
5135 if (cfun->can_throw_non_call_exceptions in expand_function_end()
5306 if (cfun->can_throw_non_call_exceptions && can_throw_internal (insn)) in requires_stack_frame_p()
H A Dfwprop.c1386 if (cfun->can_throw_non_call_exceptions in forward_propagate_into()

123