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

References

tools/polly/lib/External/isl/isl_tab.c
 3402 	if (sgn < 0 && min_is_manifestly_unbounded(tab, var))
 3404 	if (sgn > 0 && max_is_manifestly_unbounded(tab, var))
 3406 	if (to_row(tab, var, sgn) < 0)
 3408 	while (!reached(tab, var, sgn, target, tmp)) {
 3409 		find_pivot(tab, var, var, sgn, &row, &col);
 3414 		if (isl_tab_pivot(tab, row, col) < 0)