Home
last modified time | relevance | path

Searched refs:DECL_FUNCTION_PERSONALITY (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-inline-transform.c334 if (DECL_FUNCTION_PERSONALITY (callee->decl)) in inline_call()
335 DECL_FUNCTION_PERSONALITY (to->decl) in inline_call()
336 = DECL_FUNCTION_PERSONALITY (callee->decl); in inline_call()
H A Dcgraphbuild.c134 if (DECL_FUNCTION_PERSONALITY (node->decl)) in record_eh_tables()
136 tree per_decl = DECL_FUNCTION_PERSONALITY (node->decl); in record_eh_tables()
H A Dipa-inline.c350 else if (DECL_FUNCTION_PERSONALITY (caller->decl)
351 && DECL_FUNCTION_PERSONALITY (callee->decl)
352 && (DECL_FUNCTION_PERSONALITY (caller->decl)
353 != DECL_FUNCTION_PERSONALITY (callee->decl)))
472 && DECL_FUNCTION_PERSONALITY (callee->decl))
474 && DECL_FUNCTION_PERSONALITY (callee->decl))
H A Dtree-streamer-in.c792 DECL_FUNCTION_PERSONALITY (expr) = stream_read_tree (ib, data_in); in lto_input_ts_function_decl_tree_pointers()
816 if (DECL_FUNCTION_PERSONALITY (expr)) in lto_input_ts_function_decl_tree_pointers()
H A Dtree-eh.c2200 && !DECL_FUNCTION_PERSONALITY (current_function_decl)) in execute()
2201 DECL_FUNCTION_PERSONALITY (current_function_decl) in execute()
4728 if (DECL_FUNCTION_PERSONALITY (current_function_decl) in execute()
4730 DECL_FUNCTION_PERSONALITY (current_function_decl) = NULL_TREE; in execute()
H A Dtree-streamer-out.c689 stream_write_tree (ob, DECL_FUNCTION_PERSONALITY (expr), ref_p); in write_ts_function_decl_tree_pointers()
H A Dtree-inline.c4542 if (DECL_FUNCTION_PERSONALITY (cg_edge->callee->decl)) in expand_call_inline()
4543 DECL_FUNCTION_PERSONALITY (cg_edge->caller->decl) in expand_call_inline()
4544 = DECL_FUNCTION_PERSONALITY (cg_edge->callee->decl); in expand_call_inline()
5900 DECL_FUNCTION_PERSONALITY (new_decl) = DECL_FUNCTION_PERSONALITY (old_decl); in tree_function_versioning()
H A Dlto-streamer-out.c834 DFS_follow_tree_edge (DECL_FUNCTION_PERSONALITY (expr)); in DFS_write_tree_body()
1275 visit (DECL_FUNCTION_PERSONALITY (t)); in hash_tree()
H A Dipa-icf.c604 if (DECL_FUNCTION_PERSONALITY (decl) in equals_wpa()
605 != DECL_FUNCTION_PERSONALITY (item->decl)) in equals_wpa()
H A Dcgraphunit.c602 DECL_FUNCTION_PERSONALITY (fndecl) = lang_hooks.eh_personality (); in add_new_function()
H A Dtree.h2449 #define DECL_FUNCTION_PERSONALITY(NODE) \ macro
H A Dexpr.c12023 tree personality = DECL_FUNCTION_PERSONALITY (decl); in get_personality_function()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcgraphbuild.c149 if (DECL_FUNCTION_PERSONALITY (node->decl)) in record_eh_tables()
153 per_node = cgraph_get_create_node (DECL_FUNCTION_PERSONALITY (node->decl)); in record_eh_tables()
H A Dipa-inline.c279 else if (DECL_FUNCTION_PERSONALITY (e->caller->decl) in can_inline_edge_p()
280 && DECL_FUNCTION_PERSONALITY (callee->decl) in can_inline_edge_p()
281 && (DECL_FUNCTION_PERSONALITY (e->caller->decl) in can_inline_edge_p()
282 != DECL_FUNCTION_PERSONALITY (callee->decl))) in can_inline_edge_p()
H A Dtree-streamer-in.c660 DECL_FUNCTION_PERSONALITY (expr) = stream_read_tree (ib, data_in); in lto_input_ts_function_decl_tree_pointers()
667 if (DECL_FUNCTION_PERSONALITY (expr)) in lto_input_ts_function_decl_tree_pointers()
H A Dtree-eh.c2097 && !DECL_FUNCTION_PERSONALITY (current_function_decl)) in lower_eh_constructs()
2098 DECL_FUNCTION_PERSONALITY (current_function_decl) in lower_eh_constructs()
4263 if (DECL_FUNCTION_PERSONALITY (current_function_decl) in execute_cleanup_eh()
4265 DECL_FUNCTION_PERSONALITY (current_function_decl) = NULL_TREE; in execute_cleanup_eh()
H A Dtree-inline.c3888 if (DECL_FUNCTION_PERSONALITY (cg_edge->callee->decl)) in expand_call_inline()
3889 DECL_FUNCTION_PERSONALITY (cg_edge->caller->decl) in expand_call_inline()
3890 = DECL_FUNCTION_PERSONALITY (cg_edge->callee->decl); in expand_call_inline()
5129 DECL_FUNCTION_PERSONALITY (new_decl) = DECL_FUNCTION_PERSONALITY (old_decl); in tree_function_versioning()
H A Dtree-streamer-out.c573 stream_write_tree (ob, DECL_FUNCTION_PERSONALITY (expr), ref_p); in write_ts_function_decl_tree_pointers()
H A Dcgraph.c2467 DECL_FUNCTION_PERSONALITY (fndecl) = lang_hooks.eh_personality (); in cgraph_add_new_function()
H A Dtree.h2784 #define DECL_FUNCTION_PERSONALITY(NODE) \ macro
H A Dexpr.c10994 tree personality = DECL_FUNCTION_PERSONALITY (decl); in get_personality_function()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c219 if (DECL_FUNCTION_PERSONALITY (decl) && !first_personality_decl) in lto_materialize_function()
220 first_personality_decl = DECL_FUNCTION_PERSONALITY (decl); in lto_materialize_function()
619 CHECK_VAR (DECL_FUNCTION_PERSONALITY (t)); in mentions_vars_p_function()
1397 compare_tree_edges (DECL_FUNCTION_PERSONALITY (t1), in compare_tree_sccs_1()
1398 DECL_FUNCTION_PERSONALITY (t2)); in compare_tree_sccs_1()
2605 LTO_SET_PREVAIL (DECL_FUNCTION_PERSONALITY (t)); in lto_fixup_prevailing_decls()
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto.c245 if (DECL_FUNCTION_PERSONALITY (decl) && !first_personality_decl) in lto_materialize_function()
246 first_personality_decl = DECL_FUNCTION_PERSONALITY (decl); in lto_materialize_function()
403 LTO_FIXUP_TREE (DECL_FUNCTION_PERSONALITY (t)); in lto_ft_function()
2421 LTO_SET_PREVAIL (DECL_FUNCTION_PERSONALITY (t)); in lto_fixup_prevailing_decls()