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

References

tools/polly/lib/External/isl/isl_multi_templ.c
  567 	if (!space || !list)
  570 	ctx = isl_space_get_ctx(space);
  572 	if (n != isl_space_dim(space, isl_dim_out))
  578 		space = isl_space_align_params(space, FN(EL,get_space)(el));
  578 		space = isl_space_align_params(space, FN(EL,get_space)(el));
  580 	multi = FN(MULTI(BASE),alloc)(isl_space_copy(space));
  583 		el = FN(EL,align_params)(el, isl_space_copy(space));
  587 	isl_space_free(space);
  591 	isl_space_free(space);