Home
last modified time | relevance | path

Searched refs:row_hash (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_mat.c44 uint32_t row_hash; in isl_mat_get_hash() local
46 row_hash = isl_seq_get_hash(mat->row[i], mat->n_col); in isl_mat_get_hash()
47 isl_hash_hash(hash, row_hash); in isl_mat_get_hash()