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

/haiku-buildtools/isl/include/isl/
H A Dflow.h65 __isl_take isl_union_map *may_source,
/haiku-buildtools/isl/
H A Disl_flow.c1170 isl_union_map *may_source; member in struct:isl_compute_flow_data
1312 if (isl_union_map_foreach_map(data->may_source,
1331 if (isl_union_map_foreach_map(data->may_source,
1399 __isl_take isl_union_map *may_source,
1412 isl_union_map_get_space(may_source));
1417 may_source = isl_union_map_align_params(may_source, isl_space_copy(dim));
1426 may_source = isl_union_map_apply_domain(may_source, schedule);
1429 data.may_source
1397 isl_union_map_compute_flow(__isl_take isl_union_map *sink, __isl_take isl_union_map *must_source, __isl_take isl_union_map *may_source, __isl_take isl_union_map *schedule, __isl_give isl_union_map **must_dep, __isl_give isl_union_map **may_dep, __isl_give isl_union_map **must_no_source, __isl_give isl_union_map **may_no_source) argument
[all...]

Completed in 70 milliseconds