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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c187 typedef struct constraint_graph *constraint_graph_t; typedef in typeref:struct:constraint_graph
188 static void unify_nodes (constraint_graph_t, unsigned int, unsigned int, bool);
479 static constraint_graph_t graph;
781 insert_into_complex (constraint_graph_t graph,
799 merge_node_constraints (constraint_graph_t graph, unsigned int to,
830 clear_edges_for_node (constraint_graph_t graph, unsigned int node)
839 merge_graph_nodes (constraint_graph_t graph, unsigned int to,
881 add_implicit_graph_edge (constraint_graph_t graph, unsigned int to,
902 add_pred_graph_edge (constraint_graph_t graph, unsigned int to,
916 add_graph_edge (constraint_graph_t grap
[all...]

Completed in 42 milliseconds