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

/haiku-buildtools/isl/
H A Disl_flow.c834 isl_set *maydo; local
842 maydo = isl_set_copy(mustdo);
868 res->may_no_source = isl_set_subtract(maydo, isl_set_copy(mustdo));
900 * been matched to may accesses (maydo).
903 * sink iterations, moving elements from mustdo to maydo when appropriate,
915 isl_set *maydo = NULL; local
931 maydo = isl_set_empty_like(mustdo);
932 if (!mustdo || !maydo)
964 T = last_source(acc, maydo, j, level, &rest);
966 maydo
[all...]

Completed in 25 milliseconds