Searched refs:next_nested (Results 1 – 10 of 10) sorted by relevance
34 next_nested (NULL) in nested_function_info()60 cgraph_node *next_nested; variable78 return nested_function_info::get (node)->next_nested; in next_nested_function()
86 node2 = &nested_function_info::get (*node2)->next_nested; in unnest_function()87 *node2 = info->next_nested; in unnest_function()88 info->next_nested = NULL; in unnest_function()100 next = info->next_nested; in ~nested_function_info()102 info->next_nested = NULL; in ~nested_function_info()112 node2 = &info->next_nested; in ~nested_function_info()113 *node2 = next_nested; in ~nested_function_info()142 info->next_nested = origin_info->nested; in maybe_record_nested_function()
3888 if (info->next_nested != NULL && info->origin == NULL) in verify_node()
17811 also next_nested.17816 and next_nested.
153 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) in c_genericize()
524 node->next_nested = node->origin->nested; in create()1872 next = n->next_nested; in remove()1874 n->next_nested = NULL; in remove()1882 node2 = &(*node2)->next_nested; in remove()1883 *node2 = next_nested; in remove()2351 node2 = &(*node2)->next_nested; in unnest()2352 *node2 = next_nested; in unnest()3795 for (cgraph_node *n = nested; n != NULL; n = n->next_nested) in verify_node()3810 if (next_nested != NULL && origin == NULL) in verify_node()
927 indirect_calls (NULL), origin (NULL), nested (NULL), next_nested (NULL), in cgraph_node()1446 cgraph_node *next_nested; member
822 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) in check_for_nested_with_variably_modified()850 for (cgn = cgn->nested; cgn ; cgn = cgn->next_nested) in create_nesting_tree()3550 for (iter = root->nested; iter; iter = iter->next_nested) in gimplify_all_functions()
399 new_node->next_nested = new_node->origin->nested; in create_clone()
969 for (cgn = cgn->nested; cgn; cgn = cgn->next_nested) in unshare_body()1012 for (cgn = cgn->nested; cgn; cgn = cgn->next_nested) in unvisit_body()