Fixed ir/ana/irouts.c ir/ir/ircons.h ir/ir/irdump.c --flo
[libfirm] / ir / ana / irouts.h
index b503234..86b6c2b 100644 (file)
@@ -1,6 +1,14 @@
-/* Copyright (C) 2002 by Universitaet Karlsruhe
-* All rights reserved.
-*/
+/*
+ * Project:     libFIRM
+ * File name:   ir/ana/irouts.h
+ * Purpose:     Compute and access out edges.
+ * Author:      Goetz Lindenmaier
+ * Modified by:
+ * Created:     1.2002
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2002-2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 
 /**
 * @file irouts.h
@@ -73,7 +81,10 @@ void irg_out_block_walk(ir_node *node,
    out edges from block to floating nodes even if graph is in state
    "floats".   Optimizes Tuple nodes. */
 void compute_outs(ir_graph *irg);
+/** Computes the out edges in interprocedural view */
+void ascompute_ip_outs(void);
 /** Frees the out datastructures.  Sets the flag in irg to "no_outs". */
+void free_ip_outs(void);
 void free_outs(ir_graph *irg);
 
 #endif /* _IROUTS_H_ */