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

References

tools/polly/lib/External/ppcg/ppcg.c
  779 	if (!isl_union_set_is_empty(ps->call)) {
  780 		live = isl_union_set_union(live, isl_union_set_copy(ps->call));
  843 	isl_union_set_free(ps->call);
  903 	ps->call = collect_call_domains(scop);
  923 	if (!ps->context || !ps->domain || !ps->call || !ps->reads ||