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

References

tools/polly/lib/External/isl/isl_tab.c
 3211 	if (tab->con[con].is_zero)
 3213 	if (tab->con[con].is_redundant)
 3215 	if (!tab->con[con].is_row)
 3216 		return tab->con[con].index < tab->n_dead;
 3218 	row = tab->con[con].index;