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

References

tools/polly/lib/External/isl/isl_aff.c
 4919 	space = isl_aff_get_domain_space(aff);
 4920 	ls = isl_local_space_from_space(isl_space_copy(space));
 4921 	space2 = isl_space_copy(space);
 4924 	space = isl_space_map_from_domain_and_range(space, space2);
 4924 	space = isl_space_map_from_domain_and_range(space, space2);
 4925 	ma = isl_multi_aff_alloc(space);