PIPS
safescale.h
Go to the documentation of this file.
1 /* Warning! Do not modify this file that is automatically generated! */
2 /* Modify src/Libs/safescale/safescale-local.h instead, to add your own modifications. */
3 
4 /* header file built by cproto */
5 
6 #ifndef safescale_header_included
7 #define safescale_header_included
8 /* safescale-local.h */
9 /*
10 
11  $Id: safescale-local.h 23065 2016-03-02 09:05:50Z coelho $
12 
13  Copyright 1989-2016 MINES ParisTech
14 
15  This file is part of PIPS.
16 
17  PIPS is free software: you can redistribute it and/or modify it
18  under the terms of the GNU General Public License as published by
19  the Free Software Foundation, either version 3 of the License, or
20  any later version.
21 
22  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
23  WARRANTY; without even the implied warranty of MERCHANTABILITY or
24  FITNESS FOR A PARTICULAR PURPOSE.
25 
26  See the GNU General Public License for more details.
27 
28  You should have received a copy of the GNU General Public License
29  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
30 
31 */
32 #define EXTERNALIZED_CODE_PRAGMA_BEGIN "BEGIN_KAAPI_%s"
33 #define EXTERNALIZED_CODE_PRAGMA_END "END_KAAPI_%s"
34 #define EXTERNALIZED_CODE_PRAGMA_ANALYZED_TOP "ANALYZED_KAAPI_%s (%d statements)"
35 #define EXTERNALIZED_CODE_PRAGMA_ANALYZED_BOTTOM "ANALYZED_KAAPI_%s (%d statements)"
36 #define EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_TOP "--> "
37 #define EXTERNALIZED_CODE_PRAGMA_ANALYZED_PREFIX_BOTTOM "<-- "
38 
39 #define EXTERNALIZED_FUNCTION_PARAM_NAME "%s_PARAM_%d"
40 #define EXTERNALIZED_FUNCTION_PRIVATE_PARAM_NAME "%s_PRIV"
41 
42 #define EXTERNALIZED_CODE_PRAGMA_CALL "CALL_KAAPI_%s"
43 
44 #include <string.h>
45 #include <stdio.h>
46 
47 #include "genC.h"
48 #include "linear.h"
49 #include "ri.h"
50 #include "effects.h"
51 #include "properties.h"
52 #include "ri-util.h"
53 #include "effects-util.h"
54 #include "pipsdbm.h"
55 #include "resources.h"
56 #include "semantics.h"
57 #include "effects-generic.h"
58 #include "effects-convex.h"
59 #include "effects-simple.h"
60 #include "transformer.h"
61 #include "transformations.h"
62 #include "control.h"
63 #include "callgraph.h"
64 #include "misc.h"
65 #include "prettyprint.h"
66 
67 
68 typedef struct
69 {
70  string searched_string;
71  list list_of_statements;
73 
74 typedef struct
75 {
76  statement searched_statement;
77  statement found_sequence_statement;
79 /* cproto-generated files */
80 /* analysis.c */
81 extern bool safescale_module_analysis(const char */*module_name*/);
82 /* identification.c */
83 extern bool safescale_distributor_init(const char */*module_name*/);
84 /* externalization.c */
85 extern bool safescale_distributor(const char */*module_name*/);
86 #endif /* safescale_header_included */
bool safescale_distributor_init(const char *)
identification.c
bool safescale_module_analysis(const char *)
cproto-generated files
Definition: analysis.c:33
bool safescale_distributor(const char *)
externalization.c
The structure used to build lists in NewGen.
Definition: newgen_list.h:41