HomeSort by: relevance | last modified time | path
    Searched refs:need_undo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_tab.c 80 tab->need_undo = 0;
292 dup->need_undo = 0;
545 prod->need_undo = 0;
806 if (!tab->need_undo)
961 if (tab->preserve || tab->need_undo || tab->row_var[row] >= 0) {
989 if (!tab->rational && tab->need_undo)
1000 if (!tab->empty && tab->need_undo)
1021 if (tab->need_undo)
1562 if (tab->need_undo) {
1647 if (!temp_var && tab->need_undo)
    [all...]
isl_tab.h 175 unsigned need_undo : 1; member in struct:isl_tab

Completed in 20 milliseconds