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

  /src/external/mit/isl/dist/include/isl/
flow.h 23 struct isl_restriction;
24 typedef struct isl_restriction isl_restriction; typedef in typeref:struct:isl_restriction
26 __isl_null isl_restriction *isl_restriction_free(
27 __isl_take isl_restriction *restr);
28 __isl_give isl_restriction *isl_restriction_empty(
30 __isl_give isl_restriction *isl_restriction_none(
32 __isl_give isl_restriction *isl_restriction_input(
34 __isl_give isl_restriction *isl_restriction_output(
37 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr)
    [all...]
  /src/external/mit/isl/dist/
isl_flow.c 37 struct isl_restriction { struct
46 static __isl_give isl_restriction *isl_restriction_alloc(
50 isl_restriction *restr;
56 restr = isl_calloc_type(ctx, struct isl_restriction);
71 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map)
78 __isl_give isl_restriction *isl_restriction_empty(
87 __isl_give isl_restriction *isl_restriction_input(
91 isl_restriction *restr;
97 restr = isl_calloc_type(ctx, struct isl_restriction);
115 __isl_give isl_restriction *isl_restriction_output
    [all...]

Completed in 18 milliseconds