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

References

tools/polly/lib/External/isl/isl_affine_hull.c
  408 	if (!tab || !hull)
  419 		for (j = 0; j < hull->n_eq; ++j) {
  420 			sample = outside_point(tab, hull->eq[j], 1);
  426 			sample = outside_point(tab, hull->eq[j], 0);
  433 			if (isl_tab_add_eq(tab, hull->eq[j]) < 0)
  436 		if (j == hull->n_eq)
  440 			hull = isl_basic_set_free(hull);
  440 			hull = isl_basic_set_free(hull);
  442 			hull = add_adjacent_points(hull, isl_vec_copy(sample),
  442 			hull = add_adjacent_points(hull, isl_vec_copy(sample),
  445 		hull = affine_hull(hull, point);
  445 		hull = affine_hull(hull, point);
  446 		if (!hull)
  450 	return hull;
  452 	isl_basic_set_free(hull);