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
  164 		return u;
  167 	u = FN(UNION,align_params)(u, FN(PART,get_space)(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));
  170 	u = FN(UNION,cow)(u);
  170 	u = FN(UNION,cow)(u);
  172 	if (!u)
  175 	if (FN(UNION,check_disjoint_domain_other)(u, part) < 0)
  177 	entry = FN(UNION,find_part_entry)(u, part->dim, 1);
  195 			u = FN(UNION,remove_part_entry)(u, entry);
  195 			u = FN(UNION,remove_part_entry)(u, entry);
  199 	return u;
  202 	FN(UNION,free)(u);