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

References

tools/polly/lib/External/isl/isl_morph.c
  776 	morph = isl_morph_cow(morph);
  776 	morph = isl_morph_cow(morph);
  777 	if (!morph)
  780 	bset = morph->dom;
  781 	morph->dom = morph->ran;
  781 	morph->dom = morph->ran;
  782 	morph->ran = bset;
  784 	mat = morph->map;
  785 	morph->map = morph->inv;
  785 	morph->map = morph->inv;
  786 	morph->inv = mat;
  788 	return morph;