Searched refs:subnode (Results 1 – 5 of 5) sorted by relevance
2365 ira_loop_tree_node_t subnode; in remove_uneccesary_loop_nodes_from_loop_tree() local2371 for (subnode = node->children; subnode != NULL; subnode = subnode->next) in remove_uneccesary_loop_nodes_from_loop_tree()2372 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()2373 remove_uneccesary_loop_nodes_from_loop_tree (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()2375 children_vec.safe_push (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()2384 subnode = children_vec.pop (); in remove_uneccesary_loop_nodes_from_loop_tree()2385 subnode->parent = node; in remove_uneccesary_loop_nodes_from_loop_tree()2386 subnode->next = node->children; in remove_uneccesary_loop_nodes_from_loop_tree()2387 node->children = subnode; in remove_uneccesary_loop_nodes_from_loop_tree()2388 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()[all …]
355 subloop_tree_node_p (ira_loop_tree_node_t subnode, ira_loop_tree_node_t node) in subloop_tree_node_p() argument357 for (; subnode != NULL; subnode = subnode->parent) in subloop_tree_node_p()358 if (subnode == node) in subloop_tree_node_p()
18444 * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
36181 node itself when computing left conflict subnode size.
4792 (annotate): New node, subnode of History browing.