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
 1305 	total = isl_local_space_dim(ls, isl_dim_all);
 1306 	active = isl_calloc_array(ctx, int, total);
 1307 	if (total && !active)
 1310 	for (i = 0; i < total; ++i)
 1317 		for (j = 0; j < total; ++j)