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

References

tools/polly/lib/External/isl/isl_tab.c
 3256 	var = &tab->con[r];
 3259 		find_pivot(tab, var, var, -1, &row, &col);
 3259 		find_pivot(tab, var, var, -1, &row, &col);
 3260 		if (row == var->index) {
 3269 	isl_int_mul(tab->mat->row[var->index][0],
 3270 		    tab->mat->row[var->index][0], denom);
 3278 		isl_int_set(tab->dual->el[0], tab->mat->row[var->index][0]);
 3288 					    tab->mat->row[var->index][pos]);
 3291 					    tab->mat->row[var->index][pos]);
 3296 			isl_int_set(*opt, tab->mat->row[var->index][1]);
 3297 			isl_int_set(*opt_denom, tab->mat->row[var->index][0]);
 3299 			get_rounded_sample_value(tab, var, 1, opt);