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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c188 static void unify_nodes (constraint_graph_t, unsigned int, unsigned int, bool);
860 unify_nodes (graph, tonode, fromnode, true);
1187 unify_nodes (graph, lowest_node, i, false);
1206 unify_nodes (constraint_graph_t graph, unsigned int to, unsigned int from, function
1878 unify_nodes (graph, graph->eq_rep[label], node, false);
1998 /* We can't touch the solution set and call unify_nodes
1999 at the same time, because unify_nodes is going to do
2015 unify_nodes (graph, to, i, true);

Completed in 188 milliseconds