Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-pure-const.cc95 looping (true), can_throw (true), can_free (true), in funct_state_d()
101 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free), in funct_state_d()
118 bool can_throw; member in funct_state_d
578 local->can_throw = true; in check_call()
670 local->can_throw = true; in check_call()
786 local->can_throw = true; in check_stmt()
1067 l->can_throw = false; in analyze_function()
1117 l->can_throw = true; in analyze_function()
1125 && l->can_throw in analyze_function()
1144 l->can_throw = false; in analyze_function()
[all …]
H A Dtree-inline.cc2419 bool can_throw, bool nonlocal_goto) in update_ssa_across_abnormal_edges() argument
2434 if (!can_throw) in update_ssa_across_abnormal_edges()
2586 bool can_throw, nonlocal_goto; in copy_edges_for_bb() local
2606 can_throw = stmt_can_throw_internal (cfun, copy_stmt); in copy_edges_for_bb()
2611 if (can_throw || nonlocal_goto) in copy_edges_for_bb()
2639 else if (can_throw) in copy_edges_for_bb()
2700 if ((can_throw || nonlocal_goto) in copy_edges_for_bb()
2703 can_throw, nonlocal_goto); in copy_edges_for_bb()
H A DChangeLog-200017710 * except.h (can_throw): Declare it.
17711 * except.c (can_throw): Give it external linkage.
17712 * resource.c (find_dead_or_set_registers): Use can_throw.
26442 * except.c (can_throw): Use INTVAL on a CONST_INT.
26521 * except.c (can_throw): See through a SEQUENCE.
H A DFSFChangeLog.116166 (can_throw): Likewise.
H A DChangeLog-199813674 (start_dynamic_handler, can_throw): Likewise.
H A DChangeLog-199911007 (can_throw): Check for EH_REGION_NOTE before deciding
H A DChangeLog-200931066 (propagate): Propagate can_throw; handle state_set_in_source correctly.
H A DChangeLog-200126365 * except.c (can_throw_internal): Rename from can_throw.
H A DChangeLog-201325486 setting can_throw.
H A DChangeLog-201534203 stmt_could_throw_p test, rename can_throw variable to ends_bb.
H A DChangeLog-20148396 chain instead of node->indirect_calls. Put !can_throw into
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-pure-const.c93 looping (true), can_throw (true), can_free (true), in funct_state_d()
99 looping (s.looping), can_throw (s.can_throw), can_free (s.can_free), in funct_state_d()
116 bool can_throw; variable
579 local->can_throw = true; in check_call()
672 local->can_throw = true; in check_call()
786 local->can_throw = true; in check_stmt()
1022 l->can_throw = false; in analyze_function()
1058 && l->can_throw in analyze_function()
1113 l->can_throw = false; in analyze_function()
1128 if (l->can_throw) in analyze_function()
[all …]
H A Dtree-inline.c2381 bool can_throw, bool nonlocal_goto) in update_ssa_across_abnormal_edges() argument
2396 if (!can_throw) in update_ssa_across_abnormal_edges()
2548 bool can_throw, nonlocal_goto; in copy_edges_for_bb() local
2568 can_throw = stmt_can_throw_internal (cfun, copy_stmt); in copy_edges_for_bb()
2573 if (can_throw || nonlocal_goto) in copy_edges_for_bb()
2601 else if (can_throw) in copy_edges_for_bb()
2662 if ((can_throw || nonlocal_goto) in copy_edges_for_bb()
2665 can_throw, nonlocal_goto); in copy_edges_for_bb()
H A DFSFChangeLog.116166 (can_throw): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Doptimize.cc688 cp_function_chain->can_throw = !TREE_NOTHROW (fn); in maybe_clone_body()
H A Dcp-tree.h2076 BOOL_BITFIELD can_throw : 1; member
H A DChangeLog-20112653 * call.c (build_call_a): Set cp_function_chain->can_throw here.
H A Dcall.cc342 cp_function_chain->can_throw = 1; in set_flags_from_callee()
H A DChangeLog-20034675 * cp-tree.h (language_function): Add can_throw.
H A Ddecl.cc17896 && !cp_function_chain->can_throw in finish_function()
H A DChangeLog-20205211 cp_function_chain->can_throw or current_function_returns_abnormally
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Doptimize.c688 cp_function_chain->can_throw = !TREE_NOTHROW (fn); in maybe_clone_body()
H A Dcp-tree.h1918 BOOL_BITFIELD can_throw : 1; member
H A Dcall.c345 cp_function_chain->can_throw = 1; in set_flags_from_callee()
H A Ddecl.c17073 && !cp_function_chain->can_throw in finish_function()