X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_schedule_private.h;h=58310718f6c409db511adc05d444a422ee87c9af;hb=ca90b151a05f17ccc1c3215ff24dc5d7b9198ff4;hp=f5cf7d9566f2086ef6e5d10e94307106c6e8ea03;hpb=bbf85ab5afe150c925b01e126c438784b015230a;p=platform%2Fupstream%2Fisl.git diff --git a/isl_schedule_private.h b/isl_schedule_private.h index f5cf7d9..5831071 100644 --- a/isl_schedule_private.h +++ b/isl_schedule_private.h @@ -1,6 +1,7 @@ #ifndef ISL_SCHEDLUE_PRIVATE_H #define ISL_SCHEDLUE_PRIVATE_H +#include #include /* The schedule for an individual domain, plus information about the bands @@ -13,7 +14,7 @@ * to the proximity edges. */ struct isl_schedule_node { - isl_map *sched; + isl_multi_aff *sched; int n_band; int *band_end; int *band_id; @@ -34,7 +35,7 @@ struct isl_schedule { int n; int n_band; int n_total_row; - isl_dim *dim; + isl_space *dim; isl_band_list *band_forest;