Searched refs:vtv_graph_node (Results 1 – 3 of 3) sorted by relevance
74 struct vtv_graph_node { struct86 vec<struct vtv_graph_node *> parents; /* Vector of parents in the graph. */ argument87 vec<struct vtv_graph_node *> children; /* Vector of children in the graph.*/ argument111 struct vtv_graph_node *class_info; /* Our class hierarchy info for the
448 node->class_info = XNEW (struct vtv_graph_node); in find_or_create_vtbl_map_node()
136 struct vtv_graph_node *node;323 add_to_worklist (struct work_node **worklist, struct vtv_graph_node *node, in add_to_worklist()346 static struct vtv_graph_node *350 struct vtv_graph_node *ret_val = NULL; in find_and_remove_next_leaf_node()411 struct vtv_graph_node *temp_node = in vtv_compute_class_hierarchy_transitive_closure()647 guess_num_vtable_pointers (struct vtv_graph_node *class_node) in guess_num_vtable_pointers()1052 static struct vtv_graph_node *1071 add_hierarchy_pair (struct vtv_graph_node *base_node, in add_hierarchy_pair()1072 struct vtv_graph_node *derived_node) in add_hierarchy_pair()1087 struct vtv_graph_node *base_node = find_graph_node (base_class); in update_class_hierarchy_information()[all …]