20#ifndef GCC_TREE_NESTED_H
21#define GCC_TREE_NESTED_H
Definition tree-nested.h:28
nested_function_info()
Definition tree-nested.h:31
nested_function_info(const nested_function_info &)
Definition tree-nested.h:40
~nested_function_info()
Definition tree-nested.cc:94
cgraph_node * nested
Definition tree-nested.h:58
cgraph_node * origin
Definition tree-nested.h:56
cgraph_node * next_nested
Definition tree-nested.h:60
static nested_function_info * get(cgraph_node *node)
Definition tree-nested.cc:56
static void release(void)
Definition tree-nested.cc:119
static nested_function_info * get_create(cgraph_node *node)
Definition tree-nested.cc:65
union tree_node * tree
Definition coretypes.h:97
#define NULL
Definition system.h:50
#define gcc_unreachable()
Definition system.h:848
tree build_addr(tree)
Definition tree-nested.cc:283
cgraph_node * nested_function_origin(cgraph_node *node)
Definition tree-nested.h:83
void insert_field_into_struct(tree, tree)
Definition tree-nested.cc:292
cgraph_node * first_nested_function(cgraph_node *node)
Definition tree-nested.h:68
void maybe_record_nested_function(cgraph_node *node)
Definition tree-nested.cc:128
void unnest_function(cgraph_node *node)
Definition tree-nested.cc:78
void lower_nested_functions(tree)
Definition tree-nested.cc:3815
cgraph_node * next_nested_function(cgraph_node *node)
Definition tree-nested.h:76