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
  970 	unsigned total = isl_basic_set_total_dim(lin);
  975 	if (!set || !lin)
  977 	lin_dim = total - lin->n_eq;
  978 	M = isl_mat_sub_alloc6(set->ctx, lin->eq, 0, lin->n_eq, 1, total);
  978 	M = isl_mat_sub_alloc6(set->ctx, lin->eq, 0, lin->n_eq, 1, total);
  983 	isl_basic_set_free(lin);
  997 	isl_basic_set_free(lin);