PIPS
wpips-labels.h
Go to the documentation of this file.
1 /*
2 
3  $Id: wpips-labels.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 /*#define REGULAR_VERSION "Regular Version"
25  #define PARALLEL_VERSION "Parallel Version"
26  */
27 
28 /* Labels for menu Edit/View (These definitions are almost automatically available as aliases
29  in wpips.rc; FI) */
30 #define USER_VIEW "User View"
31 #define SEQUENTIAL_VIEW "Sequential View"
32 #define PARALLEL_VIEW "Parallel View"
33 #define CALLGRAPH_VIEW "Callgraph View"
34 #define ICFG_VIEW "ICFG View"
35 #define DISTRIBUTED_VIEW "Distributed View"
36 #define DEPENDENCE_GRAPH_VIEW "Dependence Graph View"
37 #define FLINT_VIEW "Flint View"
38 #define SEQUENTIAL_EMACS_VIEW "Emacs Sequential View"
39 #define SEQUENTIAL_GRAPH_VIEW "Sequential View with Control Graph"
40 #define ARRAY_DFG_VIEW "Array data flow graph View"
41 #define TIME_BASE_VIEW "Scheduling View"
42 #define PLACEMENT_VIEW "Placement View"
43 /* A special view that gives the .f source mainly for edition: */
44 #define EDIT_VIEW "Edit"
45 
46 /* Labels for menu Transform */
47 #define PARALLELIZE_TRANSFORM "! Parallelize"
48 #define PRIVATIZE_TRANSFORM "Privatize Scalars"
49 #define ARRAY_PRIVATIZE_TRANSFORM "Privatize Scalars & Arrays"
50 #define DISTRIBUTE_TRANSFORM "Distribute"
51 #define PARTIAL_EVAL_TRANSFORM "Partial Eval"
52 #define UNROLL_TRANSFORM "Loop Unroll"
53 #define FULL_UNROLL_TRANSFORM "Full Loop Unroll"
54 #define STRIP_MINE_TRANSFORM "Strip Mining"
55 #define LOOP_INTERCHANGE_TRANSFORM "Loop Interchange"
56 #define LOOP_NORMALIZE_TRANSFORM "Loop Normalize"
57 #define SUPPRESS_DEAD_CODE_TRANSFORM "Dead Code Elimination"
58 #define UNSPAGHETTIFY_TRANSFORM "Unspaghettify the Control Graph"
59 #define ATOMIZER_TRANSFORM "Atomize"
60 #define NEW_ATOMIZER_TRANSFORM "New Atomize"
61 #define REDUCTIONS_TRANSFORM "! Reductions"
62 #define STATIC_CONTROLIZE_TRANSFORM "Static Controlize"
63 #define STF_TRANSFORM "Restructure with STF"
64 
65 #define SEMANTICS_ANALYZE "Semantics"
66 #define CALLGRAPH_ANALYZE "Call Graph"
67 
68 #define FULL_DG_PROPS "Full Dependence Graph"
69 #define FAST_DG_PROPS "Fast Dependence Graph"