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

Declarations

tools/polly/lib/External/isl/include/isl/map.h
  166 __isl_give isl_basic_map *isl_basic_map_affine_hull(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 5437   auto res = isl_basic_map_affine_hull(copy());
tools/polly/lib/External/isl/isl_affine_hull.c
  974 	return bset_from_bmap(isl_basic_map_affine_hull(bset_to_bmap(bset)));
 1131 		map->p[i] = isl_basic_map_affine_hull(map->p[i]);
tools/polly/lib/External/ppcg/gpu_group.c
  271 	hull = isl_basic_map_affine_hull(isl_basic_map_copy(bounds));