HomeSort by: relevance | last modified time | path
    Searched refs:source_map (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
flow.h 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,
  /src/external/mit/isl/dist/
isl_flow.c 47 __isl_take isl_map *source_map, enum isl_restriction_type type)
52 if (!source_map)
55 ctx = isl_map_get_ctx(source_map);
62 isl_map_free(source_map);
65 isl_map_free(source_map);
71 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map)
73 return isl_restriction_alloc(source_map, isl_restriction_type_none);
79 __isl_take isl_map *source_map)
81 return isl_restriction_alloc(source_map, isl_restriction_type_empty);
584 isl_map *source_map; local
    [all...]

Completed in 30 milliseconds