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

References

tools/polly/lib/External/isl/isl_pw_templ.c
  353 	if (!pw1 || !pw2)
  355 	equal_params = isl_space_has_equal_params(pw1->dim, pw2->dim);
  359 		return fn(pw1, pw2);
  361 	    FN(PW,check_named_params)(pw2) < 0)
  363 	pw1 = FN(PW,align_params)(pw1, FN(PW,get_space)(pw2));
  364 	pw2 = FN(PW,align_params)(pw2, FN(PW,get_space)(pw1));
  364 	pw2 = FN(PW,align_params)(pw2, FN(PW,get_space)(pw1));
  365 	return fn(pw1, pw2);
  368 	FN(PW,free)(pw2);