Home | History | Annotate | Download | only in dist

Lines Matching defs:isl_union_flow

2092 struct isl_union_flow {
2101 isl_ctx *isl_union_flow_get_ctx(__isl_keep isl_union_flow *flow)
2108 __isl_null isl_union_flow *isl_union_flow_free(__isl_take isl_union_flow *flow)
2120 void isl_union_flow_dump(__isl_keep isl_union_flow *flow)
2138 __isl_keep isl_union_flow *flow)
2149 __isl_keep isl_union_flow *flow)
2160 __isl_keep isl_union_flow *flow)
2174 __isl_keep isl_union_flow *flow)
2188 __isl_keep isl_union_flow *flow)
2199 __isl_keep isl_union_flow *flow)
2211 __isl_keep isl_union_flow *flow)
2223 __isl_keep isl_union_flow *flow)
2230 /* Create a new isl_union_flow object, initialized with empty
2233 static __isl_give isl_union_flow *isl_union_flow_alloc(
2238 isl_union_flow *flow;
2243 flow = isl_alloc_type(ctx, isl_union_flow);
2263 /* Copy this isl_union_flow object.
2265 __isl_give isl_union_flow *isl_union_flow_copy(__isl_keep isl_union_flow *flow)
2267 isl_union_flow *copy;
2313 static __isl_give isl_union_flow *isl_union_flow_drop_schedule(
2314 __isl_take isl_union_flow *flow)
2338 isl_union_flow *flow;
2500 isl_union_flow *df;
2622 static __isl_give isl_union_flow *isl_union_flow_drop_kill_source(
2623 __isl_take isl_union_flow *flow, __isl_take isl_union_map *must,
2689 static __isl_give isl_union_flow *compute_flow_union_map(
3072 static __isl_give isl_union_flow *compute_single_flow(
3073 __isl_take isl_union_flow *uf, struct isl_scheduled_access *sink,
3139 static __isl_give isl_union_flow *compute_flow_schedule(
3146 isl_union_flow *flow;
3206 __isl_give isl_union_flow *isl_union_access_info_compute_flow(
3211 isl_union_flow *flow;
3242 __isl_take isl_printer *p, __isl_keep isl_union_flow *flow)
3269 __isl_give char *isl_union_flow_to_str(__isl_keep isl_union_flow *flow)
3311 isl_union_flow *flow;