Home | History | Annotate | Download | only in lto

Lines Matching refs:next_nodes

387 add_sorted_nodes (vec<symtab_node *> &next_nodes, ltrans_partition partition)
392 next_nodes.qsort (node_cmp);
393 FOR_EACH_VEC_ELT (next_nodes, i, node)
547 auto_vec<symtab_node *> next_nodes;
557 next_nodes.truncate (0);
560 next_nodes.safe_push (varpool_order[varpool_pos++]);
563 next_nodes.safe_push (noreorder[noreorder_pos++]);
564 add_sorted_nodes (next_nodes, partition);
799 next_nodes.truncate (0);
805 next_nodes.safe_push (vnode);
809 next_nodes.safe_push (varpool_order[varpool_pos++]);
811 next_nodes.safe_push (noreorder[noreorder_pos++]);
814 gcc_assert (next_nodes.length () || npartitions != 1 || !best_cost || best_cost == -1);
815 add_sorted_nodes (next_nodes, partition);