Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_flow.c365 h1 = isl_map_get_hash(i1->map); in access_sort_cmp()
366 h2 = isl_map_get_hash(i2->map); in access_sort_cmp()
H A Disl_union_map.c4441 map_hash = isl_map_get_hash(map); in add_hash()
H A Disl_map.c11306 uint32_t isl_map_get_hash(__isl_keep isl_map *map) in isl_map_get_hash() function
11332 return isl_map_get_hash(set_to_map(set)); in isl_set_get_hash()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dmap.h715 uint32_t isl_map_get_hash(__isl_keep isl_map *map);