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

References

tools/polly/lib/External/isl/isl_mat.c
   37 	if (!mat)
   41 	isl_hash_byte(hash, mat->n_row & 0xFF);
   42 	isl_hash_byte(hash, mat->n_col & 0xFF);
   43 	for (i = 0; i < mat->n_row; ++i) {
   46 		row_hash = isl_seq_get_hash(mat->row[i], mat->n_col);
   46 		row_hash = isl_seq_get_hash(mat->row[i], mat->n_col);