reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_flow.c
  848 	for (k = 0; k < acc->n_must; ++k) {
  848 	for (k = 0; k < acc->n_must; ++k) {
  848 	for (k = 0; k < acc->n_must; ++k) {
  851 		if (isl_map_plain_is_empty(may_rel[k]) &&
  852 		    isl_map_plain_is_empty(must_rel[k]))
  855 		plevel = acc->level_before(acc->source[k].data,
  868 			copy = isl_map_copy(may_rel[k]);
  869 			T = all_later_sources(acc, copy, j, sink_level, k, level);
  872 			copy = isl_map_copy(must_rel[k]);
  873 			T = all_later_sources(acc, copy, j, sink_level, k, level);
  876 			may_rel[k] = isl_map_union_disjoint(may_rel[k],
  876 			may_rel[k] = isl_map_union_disjoint(may_rel[k],
  877 			    isl_map_intersect_range(isl_map_copy(must_rel[k]),
  881 				isl_space_domain(isl_map_get_space(must_rel[k]))),
  883 			must_rel[k] = isl_map_subtract(must_rel[k], T);
  883 			must_rel[k] = isl_map_subtract(must_rel[k], T);