HomeSort by: relevance | last modified time | path
    Searched defs:domain_universe (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/isl/dist/
isl_schedule_node.c 2869 * "domain_universe" is the universe of "domain".
2885 isl_union_set *domain_universe; member in struct:isl_schedule_group_data
2893 /* Is domain covered by data->domain within data->domain_universe?
2903 isl_union_set_copy(data->domain_universe));
2918 * of data->domain_universe are all elements of data->domain (and therefore
2919 * replaced by the group instances) then this data->domain_universe
2938 isl_union_set_copy(data->domain_universe));
3046 data->domain_universe =
3047 union_set_drop_extra_params(data->domain_universe, space, n1);
3170 * We also remove data->domain_universe from the filter if all the domai
    [all...]

Completed in 40 milliseconds