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

References

tools/polly/lib/External/isl/isl_convex_hull.c
   68 	tab = isl_tab_from_basic_map(bmap, 0);
   69 	if (!tab)
   71 	tab->preserve = 1;
   72 	if (isl_tab_detect_implicit_equalities(tab) < 0)
   74 	if (isl_tab_restore_redundant(tab) < 0)
   76 	tab->preserve = 0;
   77 	if (isl_tab_detect_redundant(tab) < 0)
   79 	bmap = isl_basic_map_update_from_tab(bmap, tab);
   80 	isl_tab_free(tab);
   87 	isl_tab_free(tab);