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

References

tools/polly/lib/External/isl/include/isl/flow.h
   26 __isl_null isl_restriction *isl_restriction_free(
   27 	__isl_take isl_restriction *restr);
   28 __isl_give isl_restriction *isl_restriction_empty(
   30 __isl_give isl_restriction *isl_restriction_none(
   32 __isl_give isl_restriction *isl_restriction_input(
   34 __isl_give isl_restriction *isl_restriction_output(
   37 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr);
   39 typedef __isl_give isl_restriction *(*isl_access_restrict)(
tools/polly/lib/External/isl/isl_flow.c
   46 static __isl_give isl_restriction *isl_restriction_alloc(
   50 	isl_restriction *restr;
   71 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map)
   78 __isl_give isl_restriction *isl_restriction_empty(
   87 __isl_give isl_restriction *isl_restriction_input(
   91 	isl_restriction *restr;
  115 __isl_give isl_restriction *isl_restriction_output(
  119 	isl_restriction *restr;
  138 __isl_null isl_restriction *isl_restriction_free(
  139 	__isl_take isl_restriction *restr)
  150 isl_ctx *isl_restriction_get_ctx(__isl_keep isl_restriction *restr)
  582 	isl_restriction *restr;