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

/haiku-buildtools/isl/
H A Disl_flow.c188 isl_set *must_no_source; member in struct:isl_flow
460 return isl_set_unwrap(isl_set_copy(deps->must_no_source));
471 isl_set_free(deps->must_no_source);
483 return deps ? isl_set_get_ctx(deps->must_no_source) : NULL;
869 res->must_no_source = mustdo;
1029 res->must_no_source = mustdo;
1086 if (!res->must_no_source || !res->may_no_source)
1173 isl_union_map *must_no_source; member in struct:isl_compute_flow_data
1341 data->must_no_source = isl_union_map_union(data->must_no_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...]
/haiku-buildtools/isl/include/isl/
H A Dflow.h68 __isl_give isl_union_map **must_no_source,

Completed in 71 milliseconds