Home
last modified time | relevance | path

Searched defs:copy_body_data (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-inline.h42 struct copy_body_data struct
46 tree src_fn;
50 tree dst_fn;
53 struct cgraph_node *src_node;
77 tree (*copy_decl) (tree, struct copy_body_data *); argument
80 tree block;
84 gcall *call_stmt;
87 int eh_lp_nr;
91 hash_map<void *, void *> *eh_map;
98 enum copy_body_cge_which transform_call_graph_edges;
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-inline.h42 typedef struct copy_body_data struct
46 tree src_fn;
71 tree (*copy_decl) (tree, struct copy_body_data *); argument
74 tree block;
78 gimple gimple_call;
81 int eh_lp_nr;
85 struct pointer_map_t *eh_map;
92 enum copy_body_cge_which transform_call_graph_edges;
96 bool transform_new_cfg;
101 bool transform_return_to_modify;
[all …]