PIPS
syntheses.h
Go to the documentation of this file.
1 /* Warning! Do not modify this file that is automatically generated! */
2 /* Modify src/Libs/syntheses/syntheses-local.h instead, to add your own modifications. */
3 
4 /* header file built by cproto */
5 
6 #ifndef syntheses_header_included
7 #define syntheses_header_included
8 /* syntheses-local.h */
9 /*
10 
11  $Id$
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 /* SYNTHESES Library: Passes and functions generating new modules, or
33  * removing modules, such as initializer, clone, inlining and
34  * outlining
35  */
36 
37 #include "linear.h"
38 #include "genC.h"
39 
40 #include "text.h"
41 
42 #include "newgen.h"
43 
44 #include "naming.h"
45 #include "ri.h"
46 #include "ri-util.h"
47 #include "pipsdbm.h"
48 #include "workspace-util.h"
49 /* cproto-generated files */
50 /* initializer.c */
51 extern void add_new_compilation_unit(const char */*compilation_unit_name*/, bool /*is_fortran*/, entity /*module*/);
52 extern bool add_new_module_from_text(const char */*module_name*/, text /*code_text*/, bool /*is_fortran*/, const char */*compilation_unit_name*/);
53 extern bool add_new_module(const char */*module_name*/, entity /*module*/, statement /*stat*/, bool /*is_fortran*/);
54 extern void set_internal_missing_module_resolver_handler(string (* /*_internal_resolver*/)(const char *));
55 extern bool fortran_initializer(const string /*module_name*/);
56 extern bool initializer(const string /*module_name*/);
57 extern bool c_initializer(const string /*module_name*/);
58 /* clone.c */
59 extern bool clone_on_argument(const string /*name*/);
60 extern bool clone(const string /*name*/);
61 extern bool clone_substitute(const string /*name*/);
62 extern bool clone_only(const string /*mod_name*/);
63 #endif /* syntheses_header_included */
bool c_initializer(const string)
A phase that creates a module with its related file resources when there is no C source for it.
Definition: initializer.c:853
bool clone_on_argument(const string)
clone.c
bool add_new_module(const char *, entity, statement, bool)
Add the new resource files associated to a module with its more-or-less correct code.
Definition: initializer.c:553
bool clone(const string)
bool initializer(const string)
A phase that creates a module with its related file resources when there is no Fortran source for it.
Definition: initializer.c:839
bool clone_only(const string)
bool clone_substitute(const string)
bool add_new_module_from_text(const char *, text, bool, const char *)
Add the new resource files associated to a module with its more-or-less correct code.
Definition: initializer.c:431
void set_internal_missing_module_resolver_handler(string(*)(const char *))
Definition: initializer.c:612
bool fortran_initializer(const string)
Create a module with its related file resources when there is no Fortran source for it.
Definition: initializer.c:831
void add_new_compilation_unit(const char *, bool, entity)
Warning! Do not modify this file that is automatically generated!
Definition: initializer.c:367