Searched refs:isl_basic_map_overlying_set (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_convex_hull.c | 1961 convex_hull = isl_basic_map_overlying_set(bset, model); in isl_map_convex_hull() 2453 hull = isl_basic_map_overlying_set(bset, model); in map_simple_hull() 2986 hull = isl_basic_map_overlying_set(hull, model); in map_unshifted_simple_hull_from_basic_map_list()
|
H A D | isl_map_private.h | 320 __isl_give isl_basic_map *isl_basic_map_overlying_set(
|
H A D | isl_map_simplify.c | 2161 bmap = isl_basic_map_overlying_set(bset, bmap); in isl_basic_map_remove_shifted_constraints() 3307 return isl_basic_map_overlying_set(bset, bmap); in isl_basic_map_gist() 3317 eq_bmap = isl_basic_map_overlying_set(eq, isl_basic_map_copy(bmap)); in isl_basic_map_gist() 3320 bmap = isl_basic_map_overlying_set(bset, bmap); in isl_basic_map_gist()
|
H A D | isl_affine_hull.c | 1239 hull = isl_basic_map_overlying_set(bset, model); in isl_map_affine_hull()
|
H A D | isl_sample.c | 1259 return isl_basic_map_overlying_set(bset, bmap); in isl_basic_map_sample()
|
H A D | isl_map.c | 5731 __isl_give isl_basic_map *isl_basic_map_overlying_set( in isl_basic_map_overlying_set() function 5802 return bset_from_bmap(isl_basic_map_overlying_set(bset, in isl_basic_set_from_underlying_set()
|