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

References

tools/polly/lib/External/isl/isl_vertices.c
  907 	if (init_todo(&todo, tab) < 0)
  910 	while (todo) {
  916 		if (isl_tab_add_ineq(tab, todo->constraint->el) < 0)
  923 							todo->tab);
  940 		if (update_todo(todo, tab) < 0)
  943 		next = todo->next;
  944 		todo->next = NULL;
  945 		free_todo(todo);
  946 		todo = next;
  964 	free_todo(todo);