#include <stdio.h>
#include <scoplib/scop.h>
#include <scoplib/statement.h>
#include <clan/matrix.h>
Go to the source code of this file.
Functions | |
void | clan_statement_compact (scoplib_statement_p, int) |
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).
statement | The first statement to scan to compact matrices. | |
nb_parameters | The true number of parameters in the SCoP. |
References clan_matrix_compact().
Referenced by clan_scop_compact().