Home
last modified time | relevance | path

Searched refs:in_other_partition (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvarpool.cc375 && ((DECL_EXTERNAL (decl) && !in_other_partition) in ctor_useable_for_folding_p()
491 if (!definition && !in_other_partition) in get_availability()
516 || (DECL_EXTERNAL (decl) && !in_other_partition)) in get_availability()
592 if (!in_other_partition in assemble_decl()
676 && !vnode->in_other_partition in remove_unreferenced_decls()
721 && !in_other_partition in finalize_named_section_flags()
Dlto-cgraph.cc315 if (ref->referring->in_other_partition in referenced_from_other_partition_p()
339 if (e->caller->in_other_partition in reachable_from_other_partition_p()
389 bool in_other_partition = false; in lto_output_node() local
430 in_other_partition = 1; in lto_output_node()
527 bp_pack_value (&bp, in_other_partition, 1); in lto_output_node()
1123 if (node->in_other_partition) in verify_node_partition()
1139 gcc_assert (!node->in_other_partition in verify_node_partition()
1178 node->in_other_partition = bp_unpack_value (bp, 1); in input_overwrite_node()
1179 if (node->in_other_partition in input_overwrite_node()
1389 node->in_other_partition = bp_unpack_value (&bp, 1); in input_varpool_node()
[all …]
Dipa.cc139 if (node->definition && !node->in_other_partition in process_references()
340 && !node->in_other_partition in remove_unreachable_nodes()
354 && !vnode->in_other_partition) in remove_unreachable_nodes()
439 && !e->callee->in_other_partition in remove_unreachable_nodes()
454 && !e->callee->in_other_partition) in remove_unreachable_nodes()
558 if (!node->in_other_partition) in remove_unreachable_nodes()
Dcgraphunit.cc1653 && !node->in_other_partition in mark_functions_to_output()
1663 || node->in_other_partition in mark_functions_to_output()
1682 && !node->in_other_partition in mark_functions_to_output()
Dcgraph.h121 used_from_other_partition (false), in_other_partition (false), in symtab_node()
410 && !in_other_partition) in can_be_discarded_p()
577 unsigned in_other_partition : 1; member
Dsymtab.cc925 if (in_other_partition) in dump_base()
2482 && (target->in_other_partition in can_increase_alignment_p()
2570 if (!definition && !in_other_partition) in binds_to_current_def_p()
Dcgraph.cc1963 || (!flag_wpa && n->in_other_partition))))) in remove()
2380 if (!analyzed && !in_other_partition) in get_availability()
3253 || node->in_other_partition in verify_corresponds_to_fndecl()
3255 || callee->in_other_partition) in verify_corresponds_to_fndecl()
3471 if (!definition && !in_other_partition && local) in verify_node()
Dipa-visibility.cc104 && !node->in_other_partition in non_local_p()
Domp-simd-clone.cc459 if (old_node->in_other_partition) in simd_clone_create()
460 new_node->in_other_partition = 1; in simd_clone_create()
Dtree-ssa-structalias.cc4477 return fn_node->in_other_partition; in fndecl_maybe_in_other_partition()
8299 || node->in_other_partition in ipa_pta_execute()
8380 || node->in_other_partition in ipa_pta_execute()
8512 || node->in_other_partition in ipa_pta_execute()
Dtree-eh.cc2768 return !(node && node->in_other_partition); in tree_could_trap_p()
2781 return !(node && node->in_other_partition); in tree_could_trap_p()
Dgimple-fold.cc154 && vnode->in_other_partition)) in can_refer_decl_in_current_unit_p()
162 && (!(snode = symtab_node::get (decl)) || !snode->in_other_partition)) in can_refer_decl_in_current_unit_p()
186 && (!snode->in_other_partition in can_refer_decl_in_current_unit_p()
Dvarasm.cc7514 if (node->in_other_partition) in default_binds_local_p_3()
DChangeLog-201022725 in_other_partition.
22727 reachable_from_other_partition_p): Use in_other_partition flags.
33088 in_other_partition.
34074 reachable_from_other_partition and in_other_partition.
DChangeLog-201228386 in_other_partition; resolution.
28389 used_from_other_partition; in_other_partition.
DChangeLog-202116042 * tree-ssa-structalias.c (ipa_pta_execute): Check in_other_partition
DChangeLog-201511539 * omp-low.c (simd_clone_create): Set in_other_partition
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc161 node->in_other_partition = 1; in add_symbol_to_partition_1()