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

References

tools/polly/lib/External/isl/isl_sample.c
  157 	n_eq = tab->n_var - tab->n_col + tab->n_dead;
  169 		if (tab->con[i].index >= 0 && tab->con[i].index >= tab->n_dead)
  199 	tab->n_zero = n_eq = tab->n_var - tab->n_col + tab->n_dead;
 1072 	if (tab_cone->n_col == tab_cone->n_dead) {
tools/polly/lib/External/isl/isl_tab.c
   77 	tab->n_dead = 0;
  287 	dup->n_dead = tab->n_dead;
  287 	dup->n_dead = tab->n_dead;
  457 	d1 = tab1->n_dead;
  458 	d2 = tab2->n_dead;
  540 	prod->n_dead = tab1->n_dead + tab2->n_dead;
  540 	prod->n_dead = tab1->n_dead + tab2->n_dead;
  540 	prod->n_dead = tab1->n_dead + tab2->n_dead;
  718 	for (j = tab->n_dead; j < tab->n_col; ++j) {
  757 	for (i = tab->n_dead; i < tab->n_col; ++i) {
 1566 		if (col != tab->n_dead)
 1567 			swap_cols(tab, col, tab->n_dead);
 1568 		tab->n_dead++;
 1586 	if (isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 1587 				    tab->n_col - tab->n_dead) != -1)
 1650 	for (j = tab->n_dead; j < tab->n_col; ++j) {
 1983 	for (i = tab->n_dead; i < tab->n_col; ++i)
 2014 	i = isl_seq_first_non_zero(tab->mat->row[r] + 2 + tab->M + tab->n_dead,
 2015 					tab->n_col - tab->n_dead);
 2017 	i += tab->n_dead;
 2046 	return isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 2047 					tab->n_col - tab->n_dead) == -1;
 2501 	if (tab->n_dead == tab->n_col)
 2520 		if (tab->n_dead == tab->n_col)
 2782 	if (!var->is_row && (var->index < 0 || var->index < tab->n_dead))
 2935 		if (!var->is_row && var->index < tab->n_dead)
 2970 	if (tab->n_dead == tab->n_col)
 2981 	for (i = tab->n_dead; i < tab->n_col; ++i) {
 3169 	for (i = tab->n_dead; i < tab->n_col; ++i) {
 3190 		for (i = tab->n_dead; i < tab->n_col; ++i) {
 3216 		return tab->con[con].index < tab->n_dead;
 3223 		isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 3224 					tab->n_col - tab->n_dead) == -1;
 3350 	n = tab->n_col - tab->n_dead;
 3351 	pos = isl_seq_first_non_zero(mat->row[row] + off + tab->n_dead, n);
 3693 			tab->n_dead--;
 3947 	pos = isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 3948 					tab->n_col - tab->n_dead);
 3957 			tab->mat->row[row][off + tab->n_dead + pos]))
 3961 			tab->mat->row[row] + off + tab->n_dead + pos + 1,
 3962 			tab->n_col - tab->n_dead - pos - 1);
 4075 		tab->n_redundant, tab->n_dead);
tools/polly/lib/External/isl/isl_tab_pip.c
 1268 	for (j = tab->n_dead; j < tab->n_col; ++j) {
 1338 	for (col = tab->n_dead; col < tab->n_col; ++col) {
 1388 	for (j = tab->n_dead; j < tab->n_col; ++j) {
 1466 		if (col <= tab->n_dead)
 1471 	for (i = tab->n_dead; i < tab->n_col; ++i) {
 1533 	return isl_seq_first_non_zero(tab->mat->row[row] + off + tab->n_dead,
 1534 					tab->n_col - tab->n_dead) == -1;
 1545 	for (col = tab->n_dead; col < tab->n_col; ++col) {
 1719 	for (i = tab->n_dead; i < tab->n_col; ++i) {
 2992 	if (cgbr->cone->n_dead == cgbr->cone->n_col) {
 3099 	if (cgbr->cone && cgbr->cone->n_col != cgbr->cone->n_dead) {
 3156 	if (cgbr->cone && cgbr->cone->n_col != cgbr->cone->n_dead) {
 3332 		if (j < 0 || j < tab->n_dead ||
 3711 	for (j = tab->n_dead; j < tab->n_col; ++j) {
tools/polly/lib/External/isl/isl_vertices.c
  460 			if (tab->n_dead == nvar) {
  591 	if (tab->n_dead) {