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 #include <stdlib.h>
26 #include <stdio.h>
27 #include <stdlib.h>
28 #include <limits.h>
29 #include <string.h>
30 #include <setjmp.h>
31 
32 #include "linear.h"
33 
34 #include "genC.h"
35 
36 #include "text.h"
37 #include "ri.h"
38 #include "effects.h"
39 
40 #include "icfg.h"
41 
42 #include "misc.h"
43 #include "properties.h"
44 
45 #include "text-util.h"
46 #include "ri-util.h"
47 
48 #include "control.h" // load_ctrl_graph
49 #include "effects-util.h"
50 #include "effects-generic.h" // used
51 #include "effects-simple.h" // used
52 #include "semantics.h" // used
53 
54 #include "pipsdbm.h"
55 
56 #include "pipsmake.h" // ??? rule_phase hack
57 
58 #include "ricedg.h"
59 
60 #include "alias_private.h"