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

Declarations

tools/polly/lib/External/ppcg/util.h
   20 __isl_give isl_multi_pw_aff *ppcg_size_from_extent(__isl_take isl_set *set);

References

tools/polly/lib/External/ppcg/gpu.c
  219 	bounds = ppcg_size_from_extent(isl_set_copy(extent));
 1060 	size = ppcg_size_from_extent(grid);
 2031 		size = ppcg_size_from_extent(extent);
tools/polly/lib/External/ppcg/print.c
  408 	size = ppcg_size_from_extent(isl_set_copy(array->extent));