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

Declarations

tools/polly/lib/External/isl/include/isl/aff.h
  432 __isl_give isl_multi_aff *isl_multi_aff_gist(__isl_take isl_multi_aff *maff,
  806 __isl_give isl_multi_pw_aff *isl_multi_pw_aff_gist(
 1008 __isl_give isl_multi_union_pw_aff *isl_multi_union_pw_aff_gist(

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 9728   auto res = isl_multi_aff_gist(copy(), context.release());
10196   auto res = isl_multi_pw_aff_gist(copy(), set.release());
10688   auto res = isl_multi_union_pw_aff_gist(copy(), context.release());
tools/polly/lib/External/isl/isl_aff.c
 4136 	maff1 = isl_multi_aff_gist(maff1, isl_set_copy(dom));
 6062 			res_ij = isl_multi_aff_gist(res_ij,
tools/polly/lib/External/isl/isl_pw_templ.c
  627 			res_ij = FN(EL,gist)(res_ij, isl_set_copy(common));
 1035 	return FN(PW,gist_aligned)(pw, set, &FN(EL,gist),
tools/polly/lib/External/isl/isl_schedule_band.c
 1293 	band->mupa = isl_multi_union_pw_aff_gist(band->mupa, context);
tools/polly/lib/External/ppcg/gpu.c
  220 	bounds = isl_multi_pw_aff_gist(bounds, isl_set_copy(prog->context));
 1062 	return isl_multi_pw_aff_gist(size, context);