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:95
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:57
static void release(void)
Definition tree-nested.cc:120
static nested_function_info * get_create(cgraph_node *node)
Definition tree-nested.cc:66
union tree_node * tree
Definition coretypes.h:97
#define NULL
Definition system.h:50
#define gcc_unreachable()
Definition system.h:841
tree build_addr(tree)
Definition tree-nested.cc:284
cgraph_node * nested_function_origin(cgraph_node *node)
Definition tree-nested.h:83
void insert_field_into_struct(tree, tree)
Definition tree-nested.cc:293
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:129
void unnest_function(cgraph_node *node)
Definition tree-nested.cc:79
void lower_nested_functions(tree)
Definition tree-nested.cc:3829
cgraph_node * next_nested_function(cgraph_node *node)
Definition tree-nested.h:76