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

References

tools/polly/lib/External/isl/isl_tab.c
 3100 	if (!tab || !bmap)
 3102 	if (tab->empty)
 3106 		if (!isl_tab_is_equality(tab, bmap->n_eq + i))
 3109 		if (rotate_constraints(tab, 0, tab->n_eq + i + 1) < 0)
 3109 		if (rotate_constraints(tab, 0, tab->n_eq + i + 1) < 0)
 3111 		if (rotate_constraints(tab, tab->n_eq + i + 1,
 3111 		if (rotate_constraints(tab, tab->n_eq + i + 1,
 3114 		tab->n_eq++;