#include <options.h>
Public Attributes | |
| int | waw |
| int | raw |
| int | war |
| int | rar |
| int | commute |
| int | fullcheck |
| int | depgraph |
| int | violgraph |
| int | scalar_renaming |
| int | scalar_privatization |
| int | scalar_expansion |
| int | lastwriter |
| int | readscop |
| int | writescop |
| int | scoptocandl |
| int | verbose |
| int | view |
| int | structure |
* Copyright (C) 2003-2008 Cedric Bastoul * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. * * This software is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * * You should have received a copy of the GNU General Public License along * with software; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * CAnDL, the Chunky Dependence Analyser * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr * * CandlOptions structure: this structure contains all the informations on the state of Candl options.
1 if write after write (output) dependences matter.
Referenced by candl_dependence_between(), and candl_options_malloc().
1 if read after write (flow) dependences matter.
Referenced by candl_dependence_between(), and candl_options_malloc().
1 if write after read (anti) dependences matter.
Referenced by candl_dependence_between(), and candl_options_malloc().
1 if read after read (input) dependences matter.
Referenced by candl_dependence_between(), and candl_options_malloc().
1 to use commutativity to simplify dependences.
Referenced by candl_dependence_between(), and candl_options_malloc().
1 to compute all dependence violations.
Referenced by candl_options_malloc(), and candl_violation().
1 to print the dependence graph.
Referenced by candl_options_malloc(), and main().
1 to print the violation graph.
Referenced by candl_options_malloc(), and main().
1 to enable scalar renaming.
Referenced by candl_dependence(), candl_dependence_scalar_renaming(), and candl_options_malloc().
1 to enable scalar privatization.
Referenced by candl_dependence(), candl_dependence_analyze_scalars(), candl_dependence_prune_with_privatization(), candl_dependence_scalar_is_privatizable_at(), candl_dependence_scalar_renaming(), and candl_options_malloc().
1 to enable scalar privatization.
Referenced by candl_dependence(), candl_dependence_analyze_scalars(), and candl_options_malloc().
1 to compute last writer
Referenced by candl_dependence(), and candl_options_malloc().
1 to enable reading from a .scop formatted file.
Referenced by candl_options_malloc(), and main().
1 to enable writing to a .scop formatted file.
Referenced by candl_options_malloc(), and main().
1 to act as a .scop to candl converter.
Referenced by candl_options_malloc(), and main().
1 to enable verbose output.
Referenced by candl_dependence_analyze_scalars(), candl_dependence_prune_scalar_waw(), candl_dependence_prune_with_privatization(), candl_dependence_scalar_renaming(), and candl_options_malloc().
1 to call dot and gv to visualize the graphs.
Referenced by candl_options_malloc(), and main().
1 to print internal dependence structure.
Referenced by candl_options_malloc(), and main().
1.5.6