#include <violation.h>
Public Attributes | |
CandlDependence * | dependence |
int | dimension |
CandlMatrix * | domain |
struct candlviolation * | next |
------ ( ----------------------------------------------------------** )\ CAnDL ** ----- / ) --------------------------------------------------------** ( * ( violation.h ** ---- #/ --------------------------------------------------------** .-"#'-. First version: december 12th 2005 ** --- |"-.-| -------------------------------------------------------** | | | | | | ************************************************************* CAnDL '-._,-' the Chunky Analyzer for Dependences in Loops (experimental) *
* Copyright (C) 2005-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 * * CandlViolation structure: this structure contains all informations about a data dependence violation.
Pointer to violated dependence.
Referenced by candl_violation_malloc(), candl_violation_pprint(), and candl_violation_print_structure().
Violation dimension.
Referenced by candl_violation_malloc(), candl_violation_pprint(), and candl_violation_print_structure().
Violation polyhedron.
Referenced by candl_violation_free(), candl_violation_malloc(), and candl_violation_print_structure().
struct candlviolation* candlviolation::next [read] |
Pointer to next violation.
Referenced by candl_violation_free(), candl_violation_malloc(), candl_violation_pprint(), and candl_violation_print_structure().