HomeSort by: relevance | last modified time | path
    Searched defs:isl_schedule_constraints (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
schedule.h 17 struct __isl_export isl_schedule_constraints; variable in typeref:struct:__isl_export
18 typedef struct isl_schedule_constraints isl_schedule_constraints; typedef in typeref:struct:isl_schedule_constraints
53 __isl_give isl_schedule_constraints *isl_schedule_constraints_copy(
54 __isl_keep isl_schedule_constraints *sc);
56 __isl_give isl_schedule_constraints *isl_schedule_constraints_on_domain(
59 __isl_give isl_schedule_constraints *isl_schedule_constraints_set_context(
60 __isl_take isl_schedule_constraints *sc, __isl_take isl_set *context);
62 __isl_give isl_schedule_constraints *isl_schedule_constraints_set_validity(
63 __isl_take isl_schedule_constraints *sc
    [all...]
  /src/external/mit/isl/dist/
isl_schedule_constraints.c 11 #include <isl_schedule_constraints.h>
41 struct isl_schedule_constraints { struct
48 __isl_give isl_schedule_constraints *isl_schedule_constraints_copy(
49 __isl_keep isl_schedule_constraints *sc)
52 isl_schedule_constraints *sc_copy;
56 sc_copy = isl_calloc_type(ctx, struct isl_schedule_constraints);
74 /* Construct an empty (invalid) isl_schedule_constraints object.
78 static __isl_give isl_schedule_constraints *isl_schedule_constraints_alloc(
81 return isl_calloc_type(ctx, struct isl_schedule_constraints);
87 static __isl_give isl_schedule_constraints *isl_schedule_constraints_init
    [all...]

Completed in 26 milliseconds