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

References

tools/polly/lib/External/ppcg/ppcg.c
  882 	if (!scop)
  885 	ctx = isl_set_get_ctx(scop->context);
  891 	ps->names = collect_names(scop);
  893 	ps->start = pet_loc_get_start(scop->loc);
  894 	ps->end = pet_loc_get_end(scop->loc);
  895 	ps->context = isl_set_copy(scop->context);
  902 	ps->domain = collect_non_kill_domains(scop);
  903 	ps->call = collect_call_domains(scop);
  904 	ps->tagged_reads = pet_scop_get_tagged_may_reads(scop);
  905 	ps->reads = pet_scop_get_may_reads(scop);
  906 	ps->tagged_may_writes = pet_scop_get_tagged_may_writes(scop);
  907 	ps->may_writes = pet_scop_get_may_writes(scop);
  908 	ps->tagged_must_writes = pet_scop_get_tagged_must_writes(scop);
  909 	ps->must_writes = pet_scop_get_must_writes(scop);
  910 	ps->tagged_must_kills = pet_scop_get_tagged_must_kills(scop);
  911 	ps->must_kills = pet_scop_get_must_kills(scop);
  912 	ps->schedule = isl_schedule_copy(scop->schedule);
  913 	ps->pet = scop;
  915 	for (i = 0; i < scop->n_independence; ++i)
  917 			isl_union_map_copy(scop->independences[i]->filter));