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

References

tools/polly/lib/External/ppcg/ppcg.c
  538 	unmatched = isl_union_map_copy(ps->tagged_may_writes);
  539 	unmatched = isl_union_map_subtract_domain(unmatched, matched);
  539 	unmatched = isl_union_map_subtract_domain(unmatched, matched);
  540 	reads = isl_union_map_union(reads, unmatched);