OSDN Git Service

PR rtl-optimization/14782
[pf3gnuchains/gcc-fork.git] / gcc / tree-gimple.h
index 59cb3b3..29352a5 100644 (file)
@@ -80,8 +80,6 @@ tree get_call_expr_in (tree t);
 
 void recalculate_side_effects (tree);
 
-void append_to_statement_list (tree, tree *);
-void append_to_statement_list_force (tree, tree *);
 void append_to_compound_expr (tree, tree *);
 
 /* FIXME we should deduce this from the predicate.  */
@@ -107,6 +105,7 @@ void gimplify_to_stmt_list (tree *);
 void gimplify_body (tree *, tree);
 void push_gimplify_context (void);
 void pop_gimplify_context (tree);
+void gimplify_and_add (tree, tree *);
 
 /* Miscellaneous helpers.  */
 tree get_base_address (tree t);
@@ -115,12 +114,13 @@ tree gimple_current_bind_expr (void);
 void gimple_push_bind_expr (tree);
 void gimple_pop_bind_expr (void);
 void unshare_all_trees (tree);
-tree voidify_wrapper_expr (tree);
+tree voidify_wrapper_expr (tree, tree);
 tree gimple_build_eh_filter (tree, tree, tree);
 tree build_and_jump (tree *);
 tree alloc_stmt_list (void);
 void free_stmt_list (tree);
 tree force_labels_r (tree *, int *, void *);
+enum gimplify_status gimplify_va_arg_expr (tree *, tree *, tree *);
 
 /* In tree-nested.c.  */
 extern void lower_nested_functions (tree);