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

/haiku-buildtools/isl/include/isl/
H A Dflow.h19 struct isl_restriction;
20 typedef struct isl_restriction isl_restriction; typedef in typeref:struct:isl_restriction
22 void *isl_restriction_free(__isl_take isl_restriction *restr);
23 __isl_give isl_restriction *isl_restriction_empty(
25 __isl_give isl_restriction *isl_restriction_none(
27 __isl_give isl_restriction *isl_restriction_input(
29 __isl_give isl_restriction *isl_restriction_output(
32 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);
34 typedef __isl_give isl_restriction *(*isl_access_restric
[all...]
/haiku-buildtools/isl/
H A Disl_flow.c29 struct isl_restriction { struct
38 static __isl_give isl_restriction *isl_restriction_alloc(
42 isl_restriction *restr;
48 restr = isl_calloc_type(ctx, struct isl_restriction);
63 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map)
70 __isl_give isl_restriction *isl_restriction_empty(
79 __isl_give isl_restriction *isl_restriction_input(
83 isl_restriction *restr;
89 restr = isl_calloc_type(ctx, struct isl_restriction);
107 __isl_give isl_restriction *isl_restriction_outpu
[all...]

Completed in 35 milliseconds