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

References

tools/polly/lib/External/isl/isl_tab.c
  197 	for (undo = tab->top; undo && undo != &tab->bottom; undo = next) {
  197 	for (undo = tab->top; undo && undo != &tab->bottom; undo = next) {
  197 	for (undo = tab->top; undo && undo != &tab->bottom; undo = next) {
  197 	for (undo = tab->top; undo && undo != &tab->bottom; undo = next) {
  198 		next = undo->next;
  199 		free_undo_record(undo);
  201 	tab->top = undo;