Searched refs:isl_realloc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | ctx.h | 126 #define isl_realloc(ctx,ptr,type,size) ((type *)isl_realloc_or_die(ctx,\ macro 130 #define isl_realloc_type(ctx,ptr,type) isl_realloc(ctx,ptr,type,sizeof(type)) 135 isl_realloc(ctx,ptr,type,(n)*sizeof(type))
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_pw_add_disjoint_templ.c | 32 res = isl_realloc(ctx, pw, struct PW, in FN()
|
H A D | isl_list_templ.c | 107 res = isl_realloc(ctx, list, LIST(EL), in LIST()
|