Home | History | Annotate | Download | only in include

Lines Matching refs:tree

0 /* Tree inlining hooks and declarations.
46 tree src_fn;
50 tree dst_fn;
64 tree retvar;
71 tree (*copy_decl) (tree, struct copy_body_data *);
74 tree block;
113 void (*transform_lang_insert_block) (tree);
172 extern tree copy_tree_body_r (tree *, int *, void *);
173 extern void insert_decl_map (copy_body_data *, tree, tree);
175 unsigned int optimize_inline_calls (tree);
176 tree maybe_inline_call_in_expr (tree);
177 bool tree_inlinable_function_p (tree);
178 tree copy_tree_r (tree *, int *, void *);
179 tree copy_decl_no_change (tree decl, copy_body_data *id);
180 int estimate_move_cost (tree type);
182 int estimate_num_insns_fn (tree, eni_weights *);
184 bool tree_versionable_function_p (tree);
187 extern tree remap_decl (tree decl, copy_body_data *id);
188 extern tree remap_type (tree type, copy_body_data *id);