Added RTA --flo
[libfirm] / ir / ana / rta.h
1 /* -*- c -*- */
2
3 #ifndef _RTA_H_
4 #define _RTA_H_
5
6 #ifdef HAVE_CONFIG_H
7 # include <config.h>
8 #endif
9
10 #include <stdlib.h>
11 #include "cgana.h"              /* get_implementation */
12
13 #include "eset.h"
14 /* #include "pmap.h" */
15 /* #include "array.h" */
16 #include "irprog.h"
17 #include "irgwalk.h"
18 /* #include "ircons.h" */
19 /* #include "irgmod.h" */
20 #include "irnode_t.h"
21 /* #include "irflag_t.h" */
22
23 /* #include "dbginfo_t.h" */
24
25 void rta_init    (void);
26 void rta_cleanup (void);
27
28 int  rta_is_alive_class  (type*);
29 int  rta_is_alive_graph  (ir_graph*);
30 int  rta_is_alive_field  (entity*);
31
32 #endif /* def _RTA_H_ */
33
34 /*
35  * $Log$
36  * Revision 1.1  2004/06/11 18:24:18  liekweg
37  * Added RTA --flo
38  *
39  */