Lines Matching refs:subnode
2316 ira_loop_tree_node_t subnode; in remove_uneccesary_loop_nodes_from_loop_tree() local
2322 for (subnode = node->children; subnode != NULL; subnode = subnode->next) in remove_uneccesary_loop_nodes_from_loop_tree()
2323 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
2324 remove_uneccesary_loop_nodes_from_loop_tree (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()
2326 children_vec.safe_push (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()
2335 subnode = children_vec.pop (); in remove_uneccesary_loop_nodes_from_loop_tree()
2336 subnode->parent = node; in remove_uneccesary_loop_nodes_from_loop_tree()
2337 subnode->next = node->children; in remove_uneccesary_loop_nodes_from_loop_tree()
2338 node->children = subnode; in remove_uneccesary_loop_nodes_from_loop_tree()
2339 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
2341 subnode->subloop_next = node->subloops; in remove_uneccesary_loop_nodes_from_loop_tree()
2342 node->subloops = subnode; in remove_uneccesary_loop_nodes_from_loop_tree()