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

Declarations

tools/polly/lib/External/isl/include/isl/local_space.h
   61 __isl_give isl_local_space *isl_local_space_add_dims(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7804   auto res = isl_local_space_add_dims(copy(), static_cast<enum isl_dim_type>(type), n);
tools/polly/lib/External/isl/isl_aff.c
  391 	ls = isl_local_space_add_dims(ls, isl_dim_out, 1);