reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_tab.c
 1131 	struct isl_mat *mat = tab->mat;
 1133 	unsigned off = 2 + tab->M;
 1135 	ctx = isl_tab_get_ctx(tab);
 1145 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1151 		isl_seq_normalize(mat->ctx, mat->row[row], off + tab->n_col);
 1152 	for (i = 0; i < tab->n_row; ++i) {
 1158 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1169 			isl_seq_normalize(mat->ctx, mat->row[i], off + tab->n_col);
 1171 	t = tab->row_var[row];
 1172 	tab->row_var[row] = tab->col_var[col];
 1172 	tab->row_var[row] = tab->col_var[col];
 1173 	tab->col_var[col] = t;
 1174 	var = isl_tab_var_from_row(tab, row);
 1177 	var = var_from_col(tab, col);
 1180 	update_row_sign(tab, row, col, sgn);
 1181 	if (tab->in_undo)
 1183 	for (i = tab->n_redundant; i < tab->n_row; ++i) {
 1183 	for (i = tab->n_redundant; i < tab->n_row; ++i) {
 1186 		if (!isl_tab_var_from_row(tab, i)->frozen &&
 1187 		    isl_tab_row_is_redundant(tab, i)) {
 1188 			int redo = isl_tab_mark_redundant(tab, i);