reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
31 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block,
4252 bmap->block2 = isl_blk_extend(bmap->ctx, bmap->block2, 5435 bmap->block2 = isl_blk_extend(ctx, bmap->block2,tools/polly/lib/External/isl/isl_mat.c
124 mat->block = isl_blk_extend(mat->ctx, mat->block, n_row * mat->max_col);
tools/polly/lib/External/isl/isl_vec.c 68 vec->block = isl_blk_extend(vec->ctx, vec->block, size);