|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/isl_blk.h 33 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block);
References
tools/polly/lib/External/isl/isl_map.c 1324 isl_blk_free(bmap->ctx, bmap->block2);
1326 isl_blk_free(bmap->ctx, bmap->block);
2021 isl_blk_free(bmap->ctx, blk);
tools/polly/lib/External/isl/isl_map_simplify.c 816 isl_blk_free(ctx, eq);
tools/polly/lib/External/isl/isl_mat.c 84 isl_blk_free(ctx, mat->block);
247 isl_blk_free(mat->ctx, mat->block);
tools/polly/lib/External/isl/isl_vec.c 52 isl_blk_free(ctx, vec->block);
242 isl_blk_free(vec->ctx, vec->block);