Home
last modified time | relevance | path

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

12345678910>>...12

/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcgraphbuild.c298 struct cgraph_node *node = cgraph_get_node (current_function_decl); in build_cgraph_edges()
412 struct cgraph_node *node = cgraph_get_node (current_function_decl); in rebuild_cgraph_edges()
461 struct cgraph_node *node = cgraph_get_node (current_function_decl); in cgraph_rebuild_references()
509 cgraph_node_remove_callees (cgraph_get_node (current_function_decl)); in remove_cgraph_callee_edges()
H A Dtree-optimize.c130 count_scale = ((cgraph_get_node (current_function_decl)->count in execute_fixup_cfg()
136 ENTRY_BLOCK_PTR->count = cgraph_get_node (current_function_decl)->count; in execute_fixup_cfg()
H A Dcgraph.c208 struct cgraph_node *decl_node = cgraph_get_node (decl); in delete_function_version()
548 node = cgraph_get_node (decl); in cgraph_get_create_node()
613 node = cgraph_get_node (alias); in cgraph_add_thunk()
752 struct cgraph_node *new_callee = cgraph_get_node (decl); in cgraph_set_call_stmt()
1044 node = cgraph_get_node (decl); in cgraph_redirect_edge_call_stmt_to_callee()
1185 struct cgraph_node *orig = cgraph_get_node (cfun->decl); in cgraph_update_edges_for_call_stmt()
1377 n = cgraph_get_node (node->symbol.decl); in cgraph_remove_node()
1429 node = cgraph_get_node (decl); in cgraph_local_info()
1443 node = cgraph_get_node (decl); in cgraph_global_info()
1457 node = cgraph_get_node (decl); in cgraph_rtl_info()
[all …]
H A Dipa-inline-transform.c299 gcc_assert (node == cgraph_get_node (node->symbol.decl)); in save_inline_function_body()
305 gcc_assert (first_clone == cgraph_get_node (first_clone->symbol.decl)); in save_inline_function_body()
H A Dcgraphunit.c600 struct cgraph_node *tgt = cgraph_get_node (node->thunk.alias); in cgraph_analyze_function()
629 cgraph_create_edge (node, cgraph_get_node (node->thunk.alias), in cgraph_analyze_function()
699 struct cgraph_node *tgt = cgraph_get_node (node->thunk.alias); in cgraph_process_same_body_aliases()
977 = cgraph_get_node (DECL_ABSTRACT_ORIGIN (decl)); in cgraph_analyze_functions()
1111 struct cgraph_node *src_node = cgraph_get_node (p->decl); in handle_alias_pairs()
1676 && !cgraph_get_node (decl)->origin) in expand_function()
H A Dtrans-mem.c2264 node = cgraph_get_node (fn_decl); in expand_call_tm()
3899 *node = cgraph_get_node ((*node)->thunk.alias); in get_cg_data()
3982 node = cgraph_get_node (fndecl); in ipa_tm_scan_calls_block()
4149 node = cgraph_get_node(fn); in ipa_tm_scan_irr_block()
4322 tnode = cgraph_get_node (fndecl); in ipa_tm_decrement_clone_counts()
4484 return ipa_tm_mayenterirr_function (cgraph_get_node (node->thunk.alias)); in ipa_tm_mayenterirr_function()
4818 cgraph_mark_address_taken_node (cgraph_get_node (fndecl)); in ipa_tm_insert_gettmclone_call()
4820 cgraph_mark_address_taken_node (cgraph_get_node (clone)); in ipa_tm_insert_gettmclone_call()
5217 node = cgraph_get_node (node->thunk.alias); in ipa_tm_execute()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcgraphbuild.c298 struct cgraph_node *node = cgraph_get_node (current_function_decl); in build_cgraph_edges()
412 struct cgraph_node *node = cgraph_get_node (current_function_decl); in rebuild_cgraph_edges()
461 struct cgraph_node *node = cgraph_get_node (current_function_decl); in cgraph_rebuild_references()
509 cgraph_node_remove_callees (cgraph_get_node (current_function_decl)); in remove_cgraph_callee_edges()
H A Dtree-optimize.c130 count_scale = ((cgraph_get_node (current_function_decl)->count in execute_fixup_cfg()
136 ENTRY_BLOCK_PTR->count = cgraph_get_node (current_function_decl)->count; in execute_fixup_cfg()
H A Dcgraph.c208 struct cgraph_node *decl_node = cgraph_get_node (decl); in delete_function_version()
548 node = cgraph_get_node (decl); in cgraph_get_create_node()
613 node = cgraph_get_node (alias); in cgraph_add_thunk()
1044 node = cgraph_get_node (decl); in cgraph_redirect_edge_call_stmt_to_callee()
1185 struct cgraph_node *orig = cgraph_get_node (cfun->decl); in cgraph_update_edges_for_call_stmt()
1377 n = cgraph_get_node (node->symbol.decl); in cgraph_remove_node()
1429 node = cgraph_get_node (decl); in cgraph_local_info()
1443 node = cgraph_get_node (decl); in cgraph_global_info()
1457 node = cgraph_get_node (decl); in cgraph_rtl_info()
2275 node = cgraph_get_node (decl); in verify_edge_corresponds_to_fndecl()
[all …]
H A Dipa-inline-transform.c299 gcc_assert (node == cgraph_get_node (node->symbol.decl)); in save_inline_function_body()
305 gcc_assert (first_clone == cgraph_get_node (first_clone->symbol.decl)); in save_inline_function_body()
H A Dcgraphunit.c600 struct cgraph_node *tgt = cgraph_get_node (node->thunk.alias); in cgraph_analyze_function()
629 cgraph_create_edge (node, cgraph_get_node (node->thunk.alias), in cgraph_analyze_function()
699 struct cgraph_node *tgt = cgraph_get_node (node->thunk.alias); in cgraph_process_same_body_aliases()
977 = cgraph_get_node (DECL_ABSTRACT_ORIGIN (decl)); in cgraph_analyze_functions()
1111 struct cgraph_node *src_node = cgraph_get_node (p->decl); in handle_alias_pairs()
1676 && !cgraph_get_node (decl)->origin) in expand_function()
H A Dtrans-mem.c2264 node = cgraph_get_node (fn_decl); in expand_call_tm()
3899 *node = cgraph_get_node ((*node)->thunk.alias); in get_cg_data()
3982 node = cgraph_get_node (fndecl); in ipa_tm_scan_calls_block()
4149 node = cgraph_get_node(fn); in ipa_tm_scan_irr_block()
4322 tnode = cgraph_get_node (fndecl); in ipa_tm_decrement_clone_counts()
4484 return ipa_tm_mayenterirr_function (cgraph_get_node (node->thunk.alias)); in ipa_tm_mayenterirr_function()
4818 cgraph_mark_address_taken_node (cgraph_get_node (fndecl)); in ipa_tm_insert_gettmclone_call()
4820 cgraph_mark_address_taken_node (cgraph_get_node (clone)); in ipa_tm_insert_gettmclone_call()
5217 node = cgraph_get_node (node->thunk.alias); in ipa_tm_execute()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcgraphbuild.c312 struct cgraph_node *node = cgraph_get_node (current_function_decl); in build_cgraph_edges()
446 struct cgraph_node *node = cgraph_get_node (current_function_decl); in rebuild_cgraph_edges()
494 struct cgraph_node *node = cgraph_get_node (current_function_decl); in cgraph_rebuild_references()
560 struct cgraph_node *node = cgraph_get_node (current_function_decl); in remove_cgraph_callee_edges()
H A Dcgraph.c219 struct cgraph_node *decl_node = cgraph_get_node (decl); in delete_function_version()
557 struct cgraph_node *first_clone = cgraph_get_node (decl); in cgraph_get_create_node()
624 cgraph_get_node (decl)); in cgraph_same_body_alias()
642 node = cgraph_get_node (alias); in cgraph_add_thunk()
1424 node = cgraph_get_node (decl); in cgraph_redirect_edge_call_stmt_to_callee()
1596 struct cgraph_node *orig = cgraph_get_node (cfun->decl); in cgraph_update_edges_for_call_stmt()
1812 n = cgraph_get_node (node->decl); in cgraph_remove_node()
1872 node = cgraph_get_node (decl); in cgraph_local_info()
1886 node = cgraph_get_node (decl); in cgraph_global_info()
1900 node = cgraph_get_node (decl); in cgraph_rtl_info()
[all …]
H A Dipa-inline-transform.c338 gcc_assert (node == cgraph_get_node (node->decl)); in save_inline_function_body()
344 gcc_assert (first_clone == cgraph_get_node (first_clone->decl)); in save_inline_function_body()
H A Dtree-profile.c432 struct cgraph_node * c_node = cgraph_get_node (current_function_decl); in gimple_gen_ic_func_profiler()
456 (gcov_type_node, cgraph_get_node (current_function_decl)->profile_id); in gimple_gen_ic_func_profiler()
H A Dcgraphunit.c609 cgraph_create_edge (node, cgraph_get_node (node->thunk.alias), in cgraph_analyze_function()
621 (node, cgraph_get_node (node->alias_target)); in cgraph_analyze_function()
1183 struct cgraph_node *src_node = cgraph_get_node (p->decl); in handle_alias_pairs()
1810 && !cgraph_get_node (decl)->origin) in expand_function()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/lto/
H A Dlto-symtab.c631 && (cnode2 = cgraph_get_node (node->decl)) in lto_symtab_merge_symbols()
649 && (cnode2 = cgraph_get_node (node->decl)) in lto_symtab_merge_symbols()
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/gcc-plugins/
H A Dgcc-common.h317 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node()
722 #define cgraph_get_node(decl) cgraph_node::get(decl) macro
/dports/net/frr7/frr-frr-7.5.1/tools/gcc-plugins/
H A Dgcc-common.h317 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node()
722 #define cgraph_get_node(decl) cgraph_node::get(decl) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/gcc-plugins/
H A Dstackleak_plugin.c73 cgraph_create_edge(cgraph_get_node(current_function_decl), node, in add_stack_tracking_gcall()
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/gcc-plugins/
H A Dstackleak_plugin.c73 cgraph_create_edge(cgraph_get_node(current_function_decl), node, in add_stack_tracking_gcall()
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/gcc-plugins/
H A Dstackleak_plugin.c73 cgraph_create_edge(cgraph_get_node(current_function_decl), node, in add_stack_tracking_gcall()
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Doptimize.c317 && cgraph_same_body_alias (cgraph_get_node (fns[0]), in maybe_clone_body()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Doptimize.c317 && cgraph_same_body_alias (cgraph_get_node (fns[0]), in maybe_clone_body()

12345678910>>...12