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

References

tools/polly/lib/External/isl/isl_aff.c
  389 	ls = isl_local_space_copy(aff->ls);
  390 	ls = isl_local_space_from_domain(ls);
  390 	ls = isl_local_space_from_domain(ls);
  391 	ls = isl_local_space_add_dims(ls, isl_dim_out, 1);
  391 	ls = isl_local_space_add_dims(ls, isl_dim_out, 1);
  392 	return ls;