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

References

tools/polly/lib/External/isl/isl_convex_hull.c
 1108 	sample = isl_tab_get_sample_value(tab);
 1111 	if (!sample)
 1120 	isl_int_set(dir->block.data[0], sample->block.data[n]); n++;
 1122 		isl_int_sub(sample->block.data[n],
 1123 			    sample->block.data[n], sample->block.data[n+1]);
 1123 			    sample->block.data[n], sample->block.data[n+1]);
 1126 				sample->block.data[n], bset1->eq[i], 1 + d);
 1133 				sample->block.data[n++], bset1->ineq[i], 1 + d);
 1134 	isl_vec_free(sample);
 1140 	isl_vec_free(sample);