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

References

tools/polly/lib/External/isl/isl_flow.c
  595 	restr = acc->restrict_fn(source_map, sink_domain,
  600 	if (!restr)
  602 	if (restr->type == isl_restriction_type_input) {
  603 		dep = isl_map_intersect_range(dep, isl_set_copy(restr->source));
  604 		sink_restr = isl_set_copy(restr->sink);
  608 	} else if (restr->type == isl_restriction_type_empty) {
  616 	if (restr->type == isl_restriction_type_output)
  617 		res = isl_map_intersect_range(res, isl_set_copy(restr->source));
  619 	isl_restriction_free(restr);