Home
last modified time | relevance | path

Searched refs:source_map (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dflow.h29 __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,
/netbsd-src/external/mit/isl/dist/
H A Disl_flow.c47 __isl_take isl_map *source_map, enum isl_restriction_type type) in isl_restriction_alloc() argument
52 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() argument
73 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() argument
81 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 …]
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod11223 __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))));