Searched defs:copy_body_data (Results 1 – 2 of 2) sorted by relevance
42 struct copy_body_data struct46 tree src_fn;50 tree dst_fn;53 struct cgraph_node *src_node;77 tree (*copy_decl) (tree, struct copy_body_data *); argument80 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 …]
42 typedef struct copy_body_data struct46 tree src_fn;71 tree (*copy_decl) (tree, struct copy_body_data *); argument74 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 …]