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
 1152 	if (n == 0 && !isl_local_space_is_named_or_nested(ls, type))
 1156 	if (first > isl_local_space_dim(ls, type))
 1164 	if (type == isl_dim_div) {
 1167 		ls->dim = isl_space_insert_dims(ls->dim, type, first, n);
 1172 	first += 1 + isl_local_space_offset(ls, type);