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

Declarations

tools/polly/lib/External/isl/isl_tab.c
 1204 static int to_row(struct isl_tab *tab, struct isl_tab_var *var, int sign) WARN_UNUSED;

References

tools/polly/lib/External/isl/isl_tab.c
 1270 	if (to_row(tab, var, 1) < 0)
 1520 	if (to_row(tab, var, 1) < 0)
 2787 		if (to_row(tab, var, 1) < 0)
 2790 		if (to_row(tab, var, -1) < 0)
 2847 				if (to_row(tab, var, 1) < 0)
 2851 				if (to_row(tab, var, -1) < 0)
 3406 	if (to_row(tab, var, sgn) < 0)
 3608 		if (to_row(tab, var, 1) < 0)
 3703 				if (to_row(tab, var, 1) < 0)
 3706 				if (to_row(tab, var, -1) < 0)
 3709 				if (to_row(tab, var, 0) < 0)