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

References

tools/polly/lib/External/isl/isl_coalesce.c
 2856 	if (info->bmap->n_eq + info->bmap->n_ineq != info->tab->n_con)
 2856 	if (info->bmap->n_eq + info->bmap->n_ineq != info->tab->n_con)
 2856 	if (info->bmap->n_eq + info->bmap->n_ineq != info->tab->n_con)
 2861 	if (isl_tab_extend_vars(info->tab, n) < 0)
 2863 	if (isl_tab_extend_cons(info->tab, 2 * n) < 0)
 2867 		if (isl_tab_insert_var(info->tab, expanded[i].pos) < 0)
 2871 	snap = isl_tab_snap(info->tab);
 2873 	n_ineq = info->tab->n_con - info->tab->n_eq;
 2873 	n_ineq = info->tab->n_con - info->tab->n_eq;
 2874 	if (copy_ineq(info->tab, bmap) < 0)
 2877 	isl_basic_map_free(info->bmap);
 2878 	info->bmap = bmap;
 2882 		expanded[i].cst = isl_tab_is_constant(info->tab,
 2891 		if (isl_tab_rollback(info->tab, snap) < 0)
 2893 		info->bmap = isl_basic_map_cow(info->bmap);
 2893 		info->bmap = isl_basic_map_cow(info->bmap);
 2894 		if (isl_basic_map_free_inequality(info->bmap, 2 * n) < 0)
 2897 		return fix_constant_divs(info, n, expanded);
 2900 	n_eq = info->bmap->n_eq;
 2902 		if (isl_tab_is_redundant(info->tab, n_eq + i))
 2903 			info->ineq[i] = STATUS_REDUNDANT;