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

References

tools/polly/lib/External/isl/isl_aff.c
 4503 	ls = isl_basic_map_get_local_space(bmap);
 4504 	ls = isl_local_space_domain(ls);
 4504 	ls = isl_local_space_domain(ls);
 4505 	aff = isl_aff_alloc(isl_local_space_copy(ls));
 4526 		shift = isl_aff_alloc(isl_local_space_copy(ls));
 4543 	isl_local_space_free(ls);
 4546 	isl_local_space_free(ls);