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
  379 	if (!pw || !set)
  381 	aligned = isl_set_space_has_equal_params(set, pw->dim);
  385 		return fn(pw, set);
  386 	ctx = FN(PW,get_ctx)(pw);
  387 	if (FN(PW,check_named_params)(pw) < 0)
  392 	pw = FN(PW,align_params)(pw, isl_set_get_space(set));
  392 	pw = FN(PW,align_params)(pw, isl_set_get_space(set));
  393 	set = isl_set_align_params(set, FN(PW,get_space)(pw));
  394 	return fn(pw, set);
  396 	FN(PW,free)(pw);