#include <statement.h>
Public Attributes | |
int | label |
int | type |
int | depth |
int * | index |
CandlMatrix * | domain |
CandlMatrix * | written |
CandlMatrix * | read |
void * | ref |
------ ( ----------------------------------------------------------** )\ CAnDL ** ----- / ) --------------------------------------------------------** ( * ( statement.h ** ---- #/ --------------------------------------------------------** .-"#'-. First version: september 8th 2003 ** --- |"-.-| -------------------------------------------------------** | | | | | | ************************************************************* CAnDL '-._,-' the Chunky Analyzer for Dependences in Loops (experimental) *
* 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 Analyzer * Written by Cedric Bastoul, Cedric.Bastoul@inria.fr * * CandlStatement structure: this structure contains all the informations about a program statement.
Nesting level (nb of surrounding loops).
Referenced by candl_dep_compute_lastwriter(), candl_dependence_between(), candl_dependence_check_domain_is_included(), candl_dependence_gcd_test(), candl_dependence_is_loop_carried(), candl_dependence_prune_with_privatization(), candl_dependence_refvar_chain(), candl_dependence_scalar_renaming(), candl_program_convert_scop(), candl_program_print_candl_file(), candl_statement_malloc(), candl_statement_print_structure(), and candl_statement_read().
Iteration domain.
Referenced by candl_dependence_check_domain_is_included(), candl_dependence_gcd_test(), candl_program_convert_scop(), candl_program_print_candl_file(), candl_statement_free(), candl_statement_malloc(), candl_statement_print_structure(), candl_statement_read(), and candl_violation().
Iteration domain's iterator labels.
Referenced by candl_dependence_analyze_scalars(), candl_dependence_between(), candl_dependence_is_loop_carried(), candl_dependence_prune_with_privatization(), candl_dependence_refvar_chain(), candl_dependence_scalar_renaming(), candl_program_convert_scop(), candl_program_print_candl_file(), candl_statement_free(), candl_statement_malloc(), candl_statement_print_structure(), and candl_statement_read().
Statement number (it must be the array index of this statement in the "statement" field of the CandlProgram structure).
Referenced by candl_dependence_pprint(), candl_dependence_scalar_renaming(), candl_dependence_system(), candl_program_convert_scop(), candl_program_deps_to_string(), candl_statement_malloc(), candl_statement_print_structure(), candl_statement_read(), candl_violation(), and candl_violation_pprint().
Array of read data.
Referenced by candl_dependence_between(), candl_dependence_expand_scalar(), candl_dependence_extract_scalar_variables(), candl_dependence_get_array_refs_in_dep(), candl_dependence_scalar_renaming(), candl_dependence_var_is_ref(), candl_dependence_var_is_scalar(), candl_program_convert_scop(), candl_program_deps_to_string(), candl_program_print_candl_file(), candl_statement_free(), candl_statement_malloc(), candl_statement_print_structure(), and candl_statement_read().
void* candlstatement::ref |
Reference to another structure describing the same statement.
Referenced by candl_program_convert_scop(), and candl_statement_malloc().
Statement type.
Referenced by candl_program_convert_scop(), candl_statement_malloc(), candl_statement_print_structure(), and candl_statement_read().
Array of written data.
Referenced by candl_dependence_analyze_scalars(), candl_dependence_between(), candl_dependence_expand_scalar(), candl_dependence_extract_scalar_variables(), candl_dependence_get_array_refs_in_dep(), candl_dependence_scalar_renaming(), candl_dependence_var_is_ref(), candl_dependence_var_is_scalar(), candl_program_convert_scop(), candl_program_deps_to_string(), candl_program_print_candl_file(), candl_statement_free(), candl_statement_malloc(), candl_statement_print_structure(), and candl_statement_read().