1 #ifndef CLOOG_ISL_H 2 #define CLOOG_ISL_H 3 4 #ifndef CLOOG_INT_GMP 5 #define CLOOG_INT_GMP 6 #endif 7 8 #include <cloog/cloog.h> 9 #include <cloog/isl/constraintset.h> 10 #include <cloog/isl/domain.h> 11 12 #if defined(__cplusplus) 13 extern "C" { 14 #endif 15 16 CloogState *cloog_isl_state_malloc(struct isl_ctx *ctx); 17 18 #if defined(__cplusplus) 19 } 20 #endif 21 22 #endif /* define _H */ 23