add isl_pw_multi_aff_substitute
[platform/upstream/isl.git] / isl_ctx_private.h
index 45ff837..ff8b233 100644 (file)
@@ -18,8 +18,9 @@ struct isl_ctx {
        isl_int                 normalize_gcd;
 
        int                     n_cached;
+       int                     n_miss;
        struct isl_blk          cache[ISL_BLK_CACHE_SIZE];
-       struct isl_hash_table   name_hash;
+       struct isl_hash_table   id_table;
 
        enum isl_error          error;