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

References

tools/polly/lib/External/isl/isl_tab.c
 2709 	r = tab->n_con;
 2710 	tab->con[r].index = tab->n_row;
 2711 	tab->con[r].is_row = 1;
 2712 	tab->con[r].is_nonneg = 0;
 2713 	tab->con[r].is_zero = 0;
 2714 	tab->con[r].is_redundant = 0;
 2715 	tab->con[r].frozen = 0;
 2716 	tab->con[r].negated = 0;
 2717 	tab->row_var[tab->n_row] = ~r;
 2733 	sgn = sign_of_max(tab, &tab->con[r]);
 2737 		if (drop_last_con_in_row(tab, r) < 0)
 2743 	tab->con[r].is_nonneg = 1;
 2745 	if (close_row(tab, &tab->con[r], 1) < 0)
 2747 	if (drop_last_con_in_row(tab, r) < 0)