Candl
0.6.1
|
#include <program.h>
Public Attributes | |
CandlMatrix * | context |
int | nb_statements |
CandlStatement ** | statement |
CandlMatrix ** | transformation |
int * | scalars_privatizable |
------ ( ----------------------------------------------------------** )\ CAnDL ** ----- / ) --------------------------------------------------------** ( * ( program.h ** ---- #/ --------------------------------------------------------** .-"#'-. First version: september 9th 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 * * candl_program_t structure: this structure contains all the informations about a program.
The context of the program.
Referenced by candl_dep_compute_lastwriter(), candl_dependence(), candl_dependence_analyze_scalars(), candl_dependence_scalar_renaming(), candl_program_convert_scop(), candl_program_free(), candl_program_malloc(), candl_program_print_candl_file(), candl_program_print_structure(), candl_program_read(), and is_covering().
The number of statements.
Referenced by candl_dependence(), candl_dependence_analyze_scalars(), candl_dependence_extract_scalar_variables(), candl_dependence_prune_with_privatization(), candl_dependence_read_one_dep(), candl_dependence_refvar_chain(), candl_dependence_scalar_renaming(), candl_dependence_var_is_scalar(), candl_loops_are_permutable(), candl_program_convert_scop(), candl_program_free(), candl_program_malloc(), candl_program_print_candl_file(), candl_program_print_structure(), candl_program_read(), and candl_program_read_scop().
Array of nb_statements pointers on the statements of the program.
Referenced by candl_dependence(), candl_dependence_analyze_scalars(), candl_dependence_extract_scalar_variables(), candl_dependence_read_one_dep(), candl_dependence_refvar_chain(), candl_dependence_scalar_renaming(), candl_dependence_var_is_scalar(), candl_loops_are_permutable(), candl_program_convert_scop(), candl_program_free(), candl_program_malloc(), candl_program_print_candl_file(), candl_program_print_structure(), candl_program_read(), candl_statement_malloc(), and candl_statement_read().
Array of nb_statements pointers on the transformation candidate (one function per statement). If NULL: no tranformation candidate.
Referenced by candl_program_free(), candl_program_malloc(), candl_program_print_structure(), candl_program_read(), and main().