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 
25 /* system includes */
26 #include <stdio.h>
27 #include <string.h>
28 #include <stdarg.h>
29 #include <stdlib.h>
30 
31 /* PiPs specific headers */
32 #include "genC.h"
33 #include "linear.h"
34 #include "ri.h"
35 #include "effects.h"
36 
37 #include "dg.h"
38 
39 /* Instantiation of the dependence graph: */
42 #include "graph.h"
43 
44 #include "database.h"
45 
46 #include "misc.h"
47 #include "ri-util.h"
48 #include "effects-util.h"
49 #include "graph.h"
50 #include "flint.h"
51 #include "effects-generic.h"
52 #include "pipsdbm.h"
53 #include "workspace-util.h"
54 #include "resources.h"
55 
56 #include "text-util.h"
57 #include "control.h"
58 #include "effects-simple.h"
59 
60 #include "ricedg.h"
61 #include "semantics.h"
62 #include "transformations.h"
63 #include "preprocessor.h"
64 #include "flint.h"
65 
dg_vertex_label vertex_label
Definition: local.h:38
dg_arc_label arc_label
Definition: local.h:37