Functions

statement.h File Reference

#include <stdio.h>
#include <scoplib/scop.h>
#include <scoplib/statement.h>
#include <clan/matrix.h>
Include dependency graph for statement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void clan_statement_compact (scoplib_statement_p, int)

Function Documentation

void clan_statement_compact ( scoplib_statement_p  statement,
int  nb_parameters 
)

clan_statement_compact function: This function scans the statement list to put the right number of columns to every matrix (during construction we used CLAN_MAX_DEPTH and CLAN_MAX_PARAMETERS to define matrix and vector sizes).

Parameters:
statement The first statement to scan to compact matrices.
nb_parameters The true number of parameters in the SCoP.
  • 02/05/2008: first version.

References clan_matrix_compact().

Referenced by clan_scop_compact().