Searched refs:unify_nodes (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c257 static void unify_nodes (constraint_graph_t, unsigned int, unsigned int, bool);
1494 unify_nodes (graph, lowest_node, i, false);
1513 unify_nodes (constraint_graph_t graph, unsigned int to, unsigned int from, function
2485 unify_nodes (graph, graph->eq_rep[label], node, false);
2528 unify_nodes (graph, label_rep, i, false);
2651 /* We can't touch the solution set and call unify_nodes
2652 at the same time, because unify_nodes is going to do
2668 unify_nodes (graph, to, i, true);

Completed in 46 milliseconds