Searched refs:set_from_updated_bmap (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_coalesce.c742 static __isl_give isl_set *set_from_updated_bmap(__isl_keep isl_basic_map *bmap, function
790 set_i = set_from_updated_bmap(map->p[i], tabs[i]);
791 set_j = set_from_updated_bmap(map->p[j], tabs[j]);
920 set = isl_set_union(set_from_updated_bmap(map->p[i], tabs[i]),
921 set_from_updated_bmap(map->p[j], tabs[j]));
1219 set_i = set_from_updated_bmap(map->p[i], tabs[i]);
1220 set_j = set_from_updated_bmap(map->p[j], tabs[j]);

Completed in 42 milliseconds