PIPS
local.h
Go to the documentation of this file.
1 /*
2 
3  $Id: local.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 /* Ansi includes */
25 #include <stdio.h>
26 #include <stdlib.h>
27 #include <string.h>
28 
29 /* Newgen includes */
30 #include "genC.h"
31 
32 /* C3 includes */
33 #include "boolean.h"
34 #include "arithmetique.h"
35 #include "vecteur.h"
36 #include "contrainte.h"
37 #include "ray_dte.h"
38 #include "sommet.h"
39 #include "sg.h"
40 #include "sc.h"
41 #include "polyedre.h"
42 #include "matrix.h"
43 #include "union.h"
44 
45 /* Pips includes */
46 #include "database.h"
47 
48 #include "dg.h"
49 #include "paf_ri.h"
50 
51 /* argh...
52  */
53 #ifdef GRAPH_IS_DG
54 typedef dg_arc_label arc_label;
56 #endif
57 
58 #ifdef GRAPH_IS_DFG
59 typedef dfg_arc_label arc_label;
61 #endif
62 
63 #include "graph.h"
64 #include "ri.h"
65 #include "ri-util.h"
66 #include "constants.h"
67 #include "misc.h"
68 #include "control.h"
69 #include "text-util.h"
70 #include "pipsdbm.h"
71 #include "resources.h"
72 #include "semantics.h"
73 #include "static_controlize.h"
74 #include "ricedg.h"
75 #include "paf-util.h"
76 
77 #include "effects-generic.h"
78 #include "effects-simple.h"
79 
80 #include "array_dfg.h"
81 #include "pip.h"
dg_vertex_label vertex_label
Definition: local.h:38
dg_arc_label arc_label
Definition: local.h:37