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

References

tools/polly/lib/External/isl/isl_union_templ.c
  156 	if (!part)
  159 	empty = FN(PART,IS_ZERO)(part);
  163 		FN(PART,free)(part);
  167 	u = FN(UNION,align_params)(u, FN(PART,get_space)(part));
  168 	part = FN(PART,align_params)(part, FN(UNION,get_space)(u));
  168 	part = FN(PART,align_params)(part, FN(UNION,get_space)(u));
  175 	if (FN(UNION,check_disjoint_domain_other)(u, part) < 0)
  177 	entry = FN(UNION,find_part_entry)(u, part->dim, 1);
  182 		entry->data = part;
  185 		    FN(UNION,check_disjoint_domain)(entry->data, part) < 0)
  188 						FN(PART,copy)(part));
  191 		empty = FN(PART,IS_ZERO)(part);
  196 		FN(PART,free)(part);
  201 	FN(PART,free)(part);