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

References

tools/polly/lib/External/isl/isl_coalesce.c
 1443 	unsigned total = isl_basic_map_total_dim(info->bmap);
 1445 	snap = isl_tab_snap(info->tab);
 1447 	if (isl_tab_select_facet(info->tab, info->bmap->n_eq + k) < 0)
 1447 	if (isl_tab_select_facet(info->tab, info->bmap->n_eq + k) < 0)
 1449 	if (isl_tab_detect_redundant(info->tab) < 0)
 1452 	isl_seq_neg(bound, info->bmap->ineq[k], 1 + total);
 1455 	if (add_wraps(wraps, info, bound, set) < 0)
 1458 	if (isl_tab_rollback(info->tab, snap) < 0)
 1460 	if (check_wraps(wraps->mat, n, info->tab) < 0)