Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-8.0/gcc/
HDipa-visibility.c102 && !node->externally_visible in non_local_p()
127 if (!node->externally_visible) in comdat_can_be_unshared_p_1()
397 if (!node->externally_visible in update_visibility_by_resolution_info()
412 if (!next->externally_visible || next->transparent_alias) in update_visibility_by_resolution_info()
439 if (next->externally_visible) in update_visibility_by_resolution_info()
520 node->externally_visible = false; in optimize_weakref()
715 node->externally_visible = true; in function_and_variable_visibility()
719 node->externally_visible = false; in function_and_variable_visibility()
722 if (!node->externally_visible in function_and_variable_visibility()
826 vnode->externally_visible = true; in function_and_variable_visibility()
[all …]
HDipa-hsa.c93 clone->externally_visible = node->externally_visible; in process_hsa_functions()
114 clone->externally_visible = node->externally_visible; in process_hsa_functions()
HDipa-chkp.c526 clone->externally_visible = node->externally_visible; in chkp_maybe_create_clone()
550 clone->externally_visible = node->externally_visible; in chkp_maybe_create_clone()
HDsymtab.c853 if (externally_visible) in dump_base()
1369 externally_visible = n->externally_visible; in copy_visibility_from()
1482 externally_visible = target->externally_visible; in fixup_same_cpp_alias_visibility()
2116 if (n->externally_visible || n->force_output) in address_matters_1()
2276 gcc_assert (externally_visible); in binds_to_current_def_p()
HDcgraphclones.c252 new_node->externally_visible = 0; in set_new_clone_decl_and_node_flags()
452 new_node->externally_visible = false; in create_clone()
891 new_version->externally_visible = false; in create_version_clone()
1012 new_version_node->externally_visible = 0; in create_version_clone_with_body()
HDcgraph.h487 unsigned externally_visible : 1; variable
2916 && !externally_visible); in only_called_directly_or_aliased_p()
2942 if (externally_visible in can_remove_if_no_direct_calls_and_refs_p()
2971 || !externally_visible in can_remove_if_no_refs_p()
2984 && !externally_visible in all_refs_explicit_p()
HDipa-inline-transform.c124 if (!node->same_comdat_group || !node->externally_visible) in can_remove_node_now_p()
207 e->callee->externally_visible = false; in clone_inlined_nodes()
HDcgraph.c2310 else if (!externally_visible) in get_availability()
2349 || !node->externally_visible)); in cgraph_node_cannot_be_local_p_1()
2422 node->externally_visible = false; in make_local()
2847 if (!externally_visible || !same_comdat_group) in can_remove_if_no_direct_calls_p()
2874 if (!externally_visible) in can_remove_if_no_direct_calls_p()
2926 if (same_comdat_group && externally_visible) in will_be_removed_from_program_if_no_direct_calls_p()
2936 if (!externally_visible) in will_be_removed_from_program_if_no_direct_calls_p()
3173 if (global.inlined_to && externally_visible) in verify_node()
HDipa-comdats.c263 else if (symbol->externally_visible in ipa_comdats()
HDmultiple_target.c173 node->externally_visible = false; in create_dispatcher_calls()
HDlto-cgraph.c512 bp_pack_value (&bp, node->externally_visible, 1); in lto_output_node()
598 bp_pack_value (&bp, node->externally_visible, 1); in lto_output_varpool_node()
1164 node->externally_visible = bp_unpack_value (bp, 1); in input_overwrite_node()
1387 node->externally_visible = bp_unpack_value (&bp, 1); in input_varpool_node()
HDvarpool.c478 node->externally_visible = true; in add()
HDomp-simd-clone.c480 new_node->externally_visible = old_node->externally_visible; in simd_clone_create()
HDtrans-mem.c4963 new_node->externally_visible = info->old_node->externally_visible; in ipa_tm_create_version_alias()
5006 new_node->externally_visible = old_node->externally_visible; in ipa_tm_create_version()
/dragonfly/contrib/gcc-4.7/gcc/
HDipa.c127 && !node->local.externally_visible in cgraph_non_local_node_p_1()
839 node->local.externally_visible = true; in function_and_variable_visibility()
842 node->local.externally_visible = false; in function_and_variable_visibility()
843 if (!node->local.externally_visible && node->analyzed in function_and_variable_visibility()
916 vnode->externally_visible = true; in function_and_variable_visibility()
918 vnode->externally_visible = false; in function_and_variable_visibility()
919 if (!vnode->externally_visible) in function_and_variable_visibility()
939 if (node->local.externally_visible) in function_and_variable_visibility()
944 if (vnode->externally_visible) in function_and_variable_visibility()
1000 if ((node->local.externally_visible && !DECL_COMDAT (node->decl)) in whole_program_function_and_variable_visibility()
[all …]
HDcgraph.h86 unsigned externally_visible : 1; member
421 unsigned externally_visible : 1; member
941 && !node->local.externally_visible); in cgraph_only_called_directly_or_aliased_p()
955 || (flag_toplevel_reorder && !node->externally_visible) in varpool_can_remove_if_no_refs()
968 && !vnode->externally_visible in varpool_all_refs_explicit_p()
HDcgraph.c1834 if (node->local.externally_visible) in dump_cgraph_node()
2125 new_node->local.externally_visible = false; in cgraph_clone_node()
2326 new_node->local.externally_visible = 0; in cgraph_create_virtual_clone()
2361 else if (!node->local.externally_visible) in cgraph_function_body_availability()
2477 || !node->local.externally_visible)); in cgraph_node_cannot_be_local_p_1()
2638 node->local.externally_visible = false; in cgraph_make_node_local_1()
2916 if (node->local.externally_visible in cgraph_can_remove_if_no_direct_calls_and_refs_p()
HDvarpool.c231 if (node->externally_visible) in dump_varpool_node()
428 node->externally_visible = true; in varpool_add_new_variable()
HDipa-inline-transform.c165 e->callee->local.externally_visible = false; in clone_inlined_nodes()
HDlto-cgraph.c500 bp_pack_value (&bp, node->local.externally_visible, 1); in lto_output_node()
566 bp_pack_value (&bp, node->externally_visible, 1); in lto_output_varpool_node()
902 node->local.externally_visible = bp_unpack_value (bp, 1); in input_overwrite_node()
1070 node->externally_visible = bp_unpack_value (&bp, 1); in input_varpool_node()
HDcgraphunit.c163 if (node->local.externally_visible) in cgraph_decide_is_function_needed()
517 if (node->global.inlined_to && node->local.externally_visible) in verify_cgraph_node()
2311 new_version->local.externally_visible = false; in cgraph_copy_node_for_versioning()
2416 new_version_node->local.externally_visible = 0; in cgraph_function_versioning()
HDipa-reference.c441 if (ipa_ref_varpool_node (ref)->externally_visible in analyze_function()
1038 if (!vnode->externally_visible in ipa_reference_write_optimization_summary()
HDtrans-mem.c4317 new_node->local.externally_visible = info->old_node->local.externally_visible; in ipa_tm_create_version_alias()
4354 new_node->local.externally_visible = old_node->local.externally_visible; in ipa_tm_create_version()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto-partition.c1112 if (((node->externally_visible && !node->weakref) in rename_statics()
1143 if ((!s->externally_visible || s->weakref) in rename_statics()
1207 if (node->externally_visible in lto_promote_cross_file_statics()
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto.c2142 if (node->local.externally_visible) in lto_promote_cross_file_statics()
2158 && !vnode->externally_visible && vnode->analyzed in lto_promote_cross_file_statics()
2195 if (!n->local.externally_visible in lto_promote_cross_file_statics()
2214 else if (!v->externally_visible && v->analyzed) in lto_promote_cross_file_statics()

12