HomeSort by: relevance | last modified time | path
    Searched refs:max_source (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
flow.h 49 void *sink_user, isl_access_level_before fn, int max_source);
  /src/external/mit/isl/dist/
isl_flow.c 169 * - n_must + n_may (<= max_source) sources
193 int max_source; member in struct:isl_access_info
215 void *sink_user, isl_access_level_before fn, int max_source)
224 isl_assert(ctx, max_source >= 0, goto error);
228 (max_source - 1) * sizeof(struct isl_labeled_map));
235 acc->max_source = max_source;
279 * This function may be called at most max_source times on a
280 * given isl_access_info structure, with max_source as specified
292 isl_assert(ctx, acc->n_must + acc->n_may < acc->max_source, goto error)
    [all...]

Completed in 86 milliseconds