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

References

tools/polly/lib/External/isl/isl_mat.c
   79 	mat->max_col = n_col;
   99 	if (mat->max_col >= n_col && mat->n_row >= n_row) {
  105 	if (mat->max_col < n_col) {
  124 	mat->block = isl_blk_extend(mat->ctx, mat->block, n_row * mat->max_col);
  135 		mat->row[i] = mat->block.data + i * mat->max_col;