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

References

tools/polly/lib/External/ppcg/gpu_group.c
  271 	hull = isl_basic_map_affine_hull(isl_basic_map_copy(bounds));
  273 	isl_basic_map_foreach_constraint(hull, &check_stride_constraint, bound);
  275 	isl_basic_map_free(hull);