#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <clan/statement.h>
Functions | |
void | clan_statement_compact (scoplib_statement_p statement, int nb_parameters) |
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().