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

References

tools/polly/lib/External/ppcg/ppcg.c
  438 	tagger = isl_union_pw_multi_aff_copy(ps->tagger);
  439 	schedule = isl_schedule_copy(ps->schedule);
  441 	kills = isl_union_map_copy(ps->tagged_must_kills);
  442 	must_source = isl_union_map_copy(ps->tagged_must_writes);
  446 				isl_union_map_copy(ps->tagged_reads));
  449 				isl_union_map_copy(ps->tagged_may_writes));
  455 	ps->tagged_dep_flow = tagged_flow;
  457 	ps->live_in = project_out_tags(live_in);