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

References

tools/polly/lib/External/isl/isl_tab.c
  114 	if (tab->max_con < tab->n_con + n_new) {
  118 				    struct isl_tab_var, tab->max_con + n_new);
  122 		tab->max_con += n_new;
  124 	if (tab->mat->n_row < tab->n_row + n_new) {
  128 					tab->n_row + n_new, off + tab->n_col);