extend isl_seq_preimage to allow taking preimage of a subset of dimensions
[platform/upstream/isl.git] / isl_band_private.h
index b5e2b08..8f201f6 100644 (file)
@@ -33,4 +33,9 @@ struct isl_band {
        isl_band_list *children;
 };
 
+__isl_give isl_band *isl_band_alloc(isl_ctx *ctx);
+
+__isl_give isl_union_map *isl_band_list_get_suffix_schedule(
+       __isl_keep isl_band_list *list);
+
 #endif