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

References

tools/polly/lib/External/isl/isl_local_space.c
 1399 	if (!ls || !ma)
 1401 	if (!isl_space_is_range_internal(ls->dim, ma->space))
 1402 		isl_die(isl_local_space_get_ctx(ls), isl_error_invalid,
 1405 	n_div_ls = isl_local_space_dim(ls, isl_dim_div);
 1427 	for (i = 0; i < ls->div->n_row; ++i) {
 1428 		if (isl_int_is_zero(ls->div->row[i][0])) {
 1432 		isl_seq_preimage(res->div->row[n_div_ma + i], ls->div->row[i],
 1442 	isl_local_space_free(ls);
 1446 	isl_local_space_free(ls);