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

References

tools/polly/lib/External/isl/isl_space.c
 2034 	if (!space)
 2037 	isl_hash_byte(hash, space->n_in % 256);
 2038 	isl_hash_byte(hash, space->n_out % 256);
 2040 	id = tuple_id(space, isl_dim_in);
 2042 	id = tuple_id(space, isl_dim_out);
 2045 	hash = isl_hash_tuples(hash, space->nested[0]);
 2046 	hash = isl_hash_tuples(hash, space->nested[1]);