Searched refs:isl_map_may_be_set (Results 1 – 3 of 3) sorted by relevance
188 int isl_map_may_be_set(__isl_keep isl_map *map);
3062 if (isl_map_may_be_set(map)) in obj_read()3168 if (obj.type == isl_obj_map && isl_map_may_be_set(obj.v)) { in isl_stream_read_set()
6140 int isl_map_may_be_set(__isl_keep isl_map *map) in isl_map_may_be_set() function