reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_blk.c
   18 	struct isl_blk block;
   24 static int isl_blk_is_empty(struct isl_blk block)
   31 	struct isl_blk block;
   37 int isl_blk_is_error(struct isl_blk block)
   42 static void isl_blk_free_force(struct isl_ctx *ctx, struct isl_blk block)
   51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block,
   51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block,
   74 struct isl_blk isl_blk_alloc(struct isl_ctx *ctx, size_t n)
   77 	struct isl_blk block;
  107 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block,
  107 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block,
  116 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block)
tools/polly/lib/External/isl/isl_blk.h
   28 struct isl_blk isl_blk_alloc(struct isl_ctx *ctx, size_t n);
   29 struct isl_blk isl_blk_empty(void);
   30 int isl_blk_is_error(struct isl_blk block);
   31 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block,
   31 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block,
   33 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block);
tools/polly/lib/External/isl/isl_ctx_private.h
   30 	struct isl_blk		cache[ISL_BLK_CACHE_SIZE];
tools/polly/lib/External/isl/isl_map.c
 1978 static void swap_vars(struct isl_blk blk, isl_int *a,
 1990 	struct isl_blk blk;
tools/polly/lib/External/isl/isl_map_private.h
   76 	struct isl_blk block;
   77 	struct isl_blk block2;
tools/polly/lib/External/isl/isl_map_simplify.c
  752 	struct isl_blk eq;
tools/polly/lib/External/isl/isl_mat_private.h
   20 	struct isl_blk block;
tools/polly/lib/External/isl/isl_vec_private.h
   15 	struct isl_blk block;