Searched refs:source_map (Results 1 – 3 of 3) sorted by relevance
29 __isl_take isl_map *source_map);31 __isl_take isl_map *source_map);40 __isl_keep isl_map *source_map, __isl_keep isl_set *sink,
47 __isl_take isl_map *source_map, enum isl_restriction_type type) in isl_restriction_alloc() argument52 if (!source_map) in isl_restriction_alloc()55 ctx = isl_map_get_ctx(source_map); in isl_restriction_alloc()62 isl_map_free(source_map); in isl_restriction_alloc()65 isl_map_free(source_map); in isl_restriction_alloc()71 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map) in isl_restriction_none() argument73 return isl_restriction_alloc(source_map, isl_restriction_type_none); in isl_restriction_none()79 __isl_take isl_map *source_map) in isl_restriction_empty() argument81 return isl_restriction_alloc(source_map, isl_restriction_type_empty); in isl_restriction_empty()584 isl_map *source_map; in restricted_partial_lexmax() local[all …]
11223 __isl_keep isl_map *source_map,11258 __isl_take isl_map *source_map);11260 __isl_take isl_map *source_map);11269 isl_space_range(isl_map_get_space(source_map))),11271 isl_space_domain(isl_map_get_space(source_map))));11276 isl_space_range(isl_map_get_space(source_map))),11278 isl_space_domain(isl_map_get_space(source_map))));