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

References

tools/polly/lib/External/ppcg/gpu.c
  769 		bound = isl_pw_aff_lt_set(isl_pw_aff_copy(param), size_i);
  770 		bound = isl_set_from_basic_set(isl_set_simple_hull(bound));
  770 		bound = isl_set_from_basic_set(isl_set_simple_hull(bound));
  771 		set = isl_set_intersect_params(set, bound);
  774 		bound = isl_pw_aff_ge_set(param, zero);
  775 		set = isl_set_intersect_params(set, bound);