Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_union_map.c3044 struct isl_fixed_map { struct
3049 static struct isl_fixed_map *alloc_isl_fixed_map_array(isl_ctx *ctx, in alloc_isl_fixed_map_array() argument
3053 struct isl_fixed_map *v; in alloc_isl_fixed_map_array()
3055 v = isl_calloc_array(ctx, struct isl_fixed_map, n); in alloc_isl_fixed_map_array()
3063 static void free_isl_fixed_map_array(struct isl_fixed_map *v, int n) in free_isl_fixed_map_array()
3078 const struct isl_fixed_map *e1 = (const struct isl_fixed_map *) p1; in qsort_fixed_map_cmp()
3079 const struct isl_fixed_map *e2 = (const struct isl_fixed_map *) p2; in qsort_fixed_map_cmp()
3091 struct isl_fixed_map *v;
3118 static int separates(struct isl_fixed_map *v, int n, in separates()