Home
last modified time | relevance | path

Searched refs:SYMBOL_PARTITION (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc146 if (c == SYMBOL_PARTITION && !DECL_COMDAT (node->decl) in add_symbol_to_partition_1()
172 if (!node->alias && c == SYMBOL_PARTITION) in add_symbol_to_partition_1()
292 && node->get_partitioning_class () == SYMBOL_PARTITION) in undo_partition()
313 if (node->get_partitioning_class () != SYMBOL_PARTITION in lto_1_to_1_map()
364 if (node->get_partitioning_class () != SYMBOL_PARTITION in lto_max_map()
416 || n2->get_partitioning_class () != SYMBOL_PARTITION) in account_reference_p()
495 if (node->get_partitioning_class () == SYMBOL_PARTITION) in lto_balanced_map()
527 if (vnode->get_partitioning_class () == SYMBOL_PARTITION in lto_balanced_map()
654 && vnode->get_partitioning_class () == SYMBOL_PARTITION) in lto_balanced_map()
693 && vnode->get_partitioning_class () == SYMBOL_PARTITION) in lto_balanced_map()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-cgraph.cc420 && node->get_partitioning_class () == SYMBOL_PARTITION) in lto_output_node()
523 && node->get_partitioning_class () == SYMBOL_PARTITION in lto_output_node()
622 if (node->get_partitioning_class () != SYMBOL_PARTITION) in lto_output_varpool_node()
Dcgraph.h97 SYMBOL_PARTITION, enumerator
Dsymtab.cc2206 return SYMBOL_PARTITION; in get_partitioning_class()