reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1156 may_rel = isl_calloc_array(ctx, struct isl_map *, acc->n_must); 1157 if (!must_rel || !may_rel) 1165 may_rel[j] = isl_map_copy(must_rel[j]); 1188 may_rel[j] = isl_map_union_disjoint(may_rel[j], T); 1188 may_rel[j] = isl_map_union_disjoint(may_rel[j], T); 1191 if (intermediate_sources(acc, may_rel, j, level) < 0) 1210 if (intermediate_sources(acc, may_rel, j, level) < 0) 1214 handle_coscheduled(acc, must_rel, may_rel, res); 1239 T = all_intermediate_sources(acc, T, must_rel, may_rel, 1250 may_rel[j]); 1259 free(may_rel); 1268 if (may_rel) 1270 isl_map_free(may_rel[j]); 1275 free(may_rel);