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

References

tools/polly/lib/External/isl/isl_local_space.c
 1566 	ls = isl_local_space_cow(ls);
 1566 	ls = isl_local_space_cow(ls);
 1567 	if (!ls)
 1570 	ls->dim = isl_space_wrap(ls->dim);
 1570 	ls->dim = isl_space_wrap(ls->dim);
 1571 	if (!ls->dim)
 1572 		return isl_local_space_free(ls);
 1574 	return ls;