Searched refs:may_rel (Results 1 – 1 of 1) sorted by relevance
848 struct isl_map **must_rel, struct isl_map **may_rel, in all_intermediate_sources() argument861 if (isl_map_plain_is_empty(may_rel[k]) && in all_intermediate_sources()878 copy = isl_map_copy(may_rel[k]); in all_intermediate_sources()886 may_rel[k] = isl_map_union_disjoint(may_rel[k], in all_intermediate_sources()986 __isl_keep isl_map **must_rel, __isl_keep isl_map **may_rel, in handle_coscheduled() argument1016 may_rel[j] = isl_map_union(may_rel[j], factor); in handle_coscheduled()1045 may_rel[i] = isl_map_union(may_rel[i], move); in handle_coscheduled()1160 isl_map **may_rel = NULL; in compute_val_based_dependences() local1182 may_rel = isl_calloc_array(ctx, struct isl_map *, acc->n_must); in compute_val_based_dependences()1183 if (!must_rel || !may_rel) in compute_val_based_dependences()[all …]