cloog_loop_specialize: only specialize with convex domain
[cloog.git] / include / cloog / isl / cloog.h
blob9379054e9bbdb1431e6ce1b65ea30d00ddffe448
1 #ifndef CLOOG_ISL_H
2 #define CLOOG_ISL_H
4 #ifndef CLOOG_INT_GMP
5 #define CLOOG_INT_GMP
6 #endif
8 #include <cloog/cloog.h>
9 #include <cloog/isl/constraintset.h>
10 #include <cloog/isl/domain.h>
12 #if defined(__cplusplus)
13 extern "C" {
14 #endif
16 CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx);
18 #if defined(__cplusplus)
20 #endif
22 #endif /* define _H */