Home
last modified time | relevance | path

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

123

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-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()
HDcfgbuild.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()
HDcompare-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()
HDfunction.h351 unsigned int can_throw_non_call_exceptions : 1; member
HDlra.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()
HDipa-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()
HDtree-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()
HDshrink-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()
HDdce.c583 && (!cfun->can_throw_non_call_exceptions in delete_unmarked_insns()
HDstore-motion.c540 if (cfun->can_throw_non_call_exceptions && may_trap_p (dest)) in find_moveable_store()
HDpostreload-gcse.c1295 && !(cfun->can_throw_non_call_exceptions && may_trap_p (src)) in eliminate_partially_redundant_loads()
HDfwprop.c1419 if (cfun->can_throw_non_call_exceptions in forward_propagate_into()
HDtree-ssa-dce.c197 if (cfun->can_throw_non_call_exceptions in mark_stmt_if_obviously_necessary()
/dragonfly/contrib/gcc-4.7/gcc/
HDcfgbuild.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()
HDipa-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()
HDfunction.h613 unsigned int can_throw_non_call_exceptions : 1; member
HDipa-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()
HDtree-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()
HDpostreload-gcse.c1206 && !(cfun->can_throw_non_call_exceptions && may_trap_p (src)) in eliminate_partially_redundant_loads()
HDstore-motion.c565 if (cfun->can_throw_non_call_exceptions && may_trap_p (dest)) in find_moveable_store()
HDlower-subreg.c1241 || (cfun->can_throw_non_call_exceptions in decompose_multiword_subregs()
HDlto-streamer-in.c809 fn->can_throw_non_call_exceptions = bp_unpack_value (&bp, 1); in input_struct_function_base()
HDtree-ssa-dce.c276 if (cfun->can_throw_non_call_exceptions && stmt_could_throw_p (stmt)) in mark_stmt_if_obviously_necessary()
HDfunction.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()
HDfwprop.c1386 if (cfun->can_throw_non_call_exceptions in forward_propagate_into()

123