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

References

tools/polly/lib/External/isl/basis_reduction_templ.c
   90 	if (n_bounded <= tab->n_zero + 1)
  131 	i = tab->n_zero;
  146 		tab->n_zero++;
  150 		if (i+1 == tab->n_zero) {
  219 		if (i+1 == tab->n_zero && fixed) {
  226 			tab->n_zero++;
  239 			if (i > tab->n_zero) {
  247 				GBR_set(F[tab->n_zero], F_new);
  248 				if (gbr_only_first && GBR_lt(F[tab->n_zero], two))
  252 					if (!GBR_is_zero(F[tab->n_zero])) {
  253 						empty = GBR_lp_cut(lp, B->row[1+tab->n_zero]+1);
  256 						GBR_set_ui(F[tab->n_zero], 0);
  258 					tab->n_zero++;
  345 		tab->n_zero = bset->n_eq;
tools/polly/lib/External/isl/isl_affine_hull.c
  659 	if (hull->n_eq > tab->n_zero) {
tools/polly/lib/External/isl/isl_sample.c
  199 	tab->n_zero = n_eq = tab->n_var - tab->n_col + tab->n_dead;
  464 				tab->n_zero = level;
 1080 	tab->n_zero = eq->n_row;
 1085 	tab->n_unbounded = tab->n_var - (eq->n_row - tab->n_zero);
tools/polly/lib/External/isl/isl_tab.c
   90 	tab->n_zero = 0;
  300 	dup->n_zero = tab->n_zero;
  300 	dup->n_zero = tab->n_zero;
  553 	prod->n_zero = 0;
tools/polly/lib/External/isl/isl_tab_pip.c
 3001 			cgbr->tab->n_zero = 0;