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

References

tools/polly/lib/External/isl/isl_tab.c
  156 	if (tab->max_var < tab->n_var + n_new) {
  158 				    struct isl_tab_var, tab->n_var + n_new);
  162 		tab->max_var = tab->n_var + n_new;
  165 	if (tab->mat->n_col < off + tab->n_col + n_new) {
  169 				    tab->mat->n_row, off + tab->n_col + n_new);
  173 					    int, tab->n_col + n_new);