Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-inline.h42 struct copy_body_data struct
46 tree src_fn;
50 tree dst_fn;
77 tree (*copy_decl) (tree, struct copy_body_data *); argument
80 tree block;
84 gcall *call_stmt;
87 int eh_lp_nr;
114 bool regimplify;
117 bool do_not_unshare;
129 basic_block entry_bb;
[all …]
/dragonfly/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;
96 bool transform_new_cfg;
101 bool transform_return_to_modify;
104 bool regimplify;
[all …]