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

References

tools/polly/lib/External/ppcg/ppcg.c
  533 	tagger = isl_union_pw_multi_aff_copy(ps->tagger);
  534 	schedule = isl_schedule_copy(ps->schedule);
  536 	reads = isl_union_map_copy(ps->tagged_reads);
  537 	matched = isl_union_map_domain(isl_union_map_copy(ps->tagged_dep_flow));
  538 	unmatched = isl_union_map_copy(ps->tagged_may_writes);
  542 				isl_union_map_copy(ps->tagged_may_writes));
  549 	ps->tagged_dep_order = isl_union_map_copy(shared_access);
  550 	ps->dep_order = isl_union_map_factor_domain(shared_access);