Home
last modified time | relevance | path

Searched refs:isl_fixed_map (Results 1 – 1 of 1) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_union_map.c3143 struct isl_fixed_map { struct
3148 static struct isl_fixed_map *alloc_isl_fixed_map_array(isl_ctx *ctx, in alloc_isl_fixed_map_array() argument
3152 struct isl_fixed_map *v; in alloc_isl_fixed_map_array()
3154 v = isl_calloc_array(ctx, struct isl_fixed_map, n); in alloc_isl_fixed_map_array()
3162 static void free_isl_fixed_map_array(struct isl_fixed_map *v, int n) in free_isl_fixed_map_array()
3177 const struct isl_fixed_map *e1 = (const struct isl_fixed_map *) p1; in qsort_fixed_map_cmp()
3178 const struct isl_fixed_map *e2 = (const struct isl_fixed_map *) p2; in qsort_fixed_map_cmp()
3190 struct isl_fixed_map *v;
3217 static int separates(struct isl_fixed_map *v, int n, in separates()