rename type entity into ir_entity
[libfirm] / ir / ana2 / pto.h
1 /* -*- c -*- */
2
3 /*
4    Project:     libFIRM
5    File name:   ir/ana/pto.h
6    Purpose:     Import all includes needed for PTO/Entry to PTO
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_
17 # define _PTO_
18
19 # include "pto_comp.h"
20
21 /* ===================================================
22    Global Defines:
23    =================================================== */
24 # define N_INITIAL_OJBS     10
25
26 /* ===================================================
27  Global Data Types:
28  =================================================== */
29
30 /* ===================================================
31    Global Prototypes:
32    =================================================== */
33 /* Perform PTO on all visible graphs. */
34 void pto_init (int);
35 void pto_run (void);
36 /* Dump all interesting stuff to a bunch of files */
37 void pto_dump (void);
38 /* Clean up our mess */
39 void pto_cleanup (void);
40
41 /* ===================================================
42    Global Variables:
43    =================================================== */
44
45
46 # endif /* not defined _PTO_ */
47
48
49 \f
50 /*
51   $Log$
52   Revision 1.7  2004/11/30 15:49:27  liekweg
53   include 'dump'
54
55   Revision 1.6  2004/11/24 14:53:55  liekweg
56   Bugfixes
57
58   Revision 1.5  2004/11/18 16:37:07  liekweg
59   rewrite
60
61
62 */