Home
last modified time | relevance | path

Searched refs:next_nodes (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc387 add_sorted_nodes (vec<symtab_node *> &next_nodes, ltrans_partition partition) in add_sorted_nodes() argument
392 next_nodes.qsort (node_cmp); in add_sorted_nodes()
393 FOR_EACH_VEC_ELT (next_nodes, i, node) in add_sorted_nodes()
547 auto_vec<symtab_node *> next_nodes; in lto_balanced_map() local
557 next_nodes.truncate (0); in lto_balanced_map()
560 next_nodes.safe_push (varpool_order[varpool_pos++]); in lto_balanced_map()
563 next_nodes.safe_push (noreorder[noreorder_pos++]); in lto_balanced_map()
564 add_sorted_nodes (next_nodes, partition); in lto_balanced_map()
799 next_nodes.truncate (0); in lto_balanced_map()
805 next_nodes.safe_push (vnode); in lto_balanced_map()
[all …]
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregexec.c156 … re_node_set *next_nodes) internal_function;
2323 re_node_set next_nodes, *log_nodes, *table_nodes = NULL; in merge_state_with_log() local
2333 *err = re_node_set_init_union (&next_nodes, table_nodes, in merge_state_with_log()
2339 next_nodes = *log_nodes; in merge_state_with_log()
2347 = re_acquire_state_context (err, dfa, &next_nodes, context); in merge_state_with_log()
2352 re_node_set_free (&next_nodes); in merge_state_with_log()
2451 re_node_set next_nodes;
2456 *err = re_node_set_alloc (&next_nodes, state->nodes.nelem + 1);
2464 *err = re_node_set_merge (&next_nodes,
2468 re_node_set_free (&next_nodes);
[all …]