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

/haiku-buildtools/isl/include/isl/
H A Dflow.h24 __isl_take isl_map *source_map);
26 __isl_take isl_map *source_map);
35 __isl_keep isl_map *source_map, __isl_keep isl_set *sink,
/haiku-buildtools/isl/
H A Disl_flow.c39 __isl_take isl_map *source_map, enum isl_restriction_type type)
44 if (!source_map)
47 ctx = isl_map_get_ctx(source_map);
54 isl_map_free(source_map);
57 isl_map_free(source_map);
63 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map) argument
65 return isl_restriction_alloc(source_map, isl_restriction_type_none);
71 __isl_take isl_map *source_map)
73 return isl_restriction_alloc(source_map, isl_restriction_type_empty);
524 isl_map *source_map; local
38 isl_restriction_alloc( __isl_take isl_map *source_map, enum isl_restriction_type type) argument
70 isl_restriction_empty( __isl_take isl_map *source_map) argument
[all...]

Completed in 50 milliseconds