Finalise initialisation
[libfirm] / ir / ana2 / pto_init.h
1 /* -*- c -*- */
2
3 /*
4    Project:     libFIRM
5    File name:   ir/ana/pto_init.h
6    Purpose:     ...
7    Author:      Florian
8    Modified by:
9    Created:     Sat Nov 13 19:35:27 CET 2004
10    CVS-ID:      $Id$
11    Copyright:   (c) 1999-2004 Universität Karlsruhe
12    Licence:     This file is protected by the GPL -  GNU GENERAL PUBLIC LICENSE.
13 */
14
15
16 # ifndef _PTO_INIT_
17 # define _PTO_INIT_
18
19 # include "irgraph.h"
20 # include "ecg.h"
21
22 /* ===================================================
23    Global Defines:
24    =================================================== */
25
26 /* ===================================================
27  Global Data Types:
28  =================================================== */
29
30 /* ===================================================
31    Global Prototypes:
32    =================================================== */
33 /* Initialise the Names of the Types/Entities */
34 void pto_init_type_names (void);
35
36 /* Initialise the given graph */
37 void pto_init_graph (ir_graph*);
38
39 /* Reset the given graph for a new pass run */
40 void pto_reset_graph_pto (ir_graph*, int);
41
42 /* ===================================================
43    Global Variables:
44    =================================================== */
45
46
47 # endif /* not defined _PTO_INIT_ */
48
49
50 \f
51 /*
52   $Log$
53   Revision 1.3  2004/11/20 21:21:56  liekweg
54   Finalise initialisation
55
56   Revision 1.2  2004/11/18 16:37:07  liekweg
57   rewrite
58
59
60 */