Searched refs:need_undo (Results 1 – 2 of 2) sorted by relevance
80 tab->need_undo = 0; in isl_tab_alloc()292 dup->need_undo = 0; in isl_tab_dup()545 prod->need_undo = 0; in isl_tab_product()806 if (!tab->need_undo) in push_union()1021 if (tab->need_undo) in isl_tab_freeze_constraint()1562 if (tab->need_undo) { in isl_tab_kill_col()1647 if (!temp_var && tab->need_undo) in close_row()2121 if (tab->need_undo) in isl_tab_add_eq()3678 tab->need_undo = 1; in isl_tab_snap()3704 tab->need_undo = 0; in isl_tab_clear_undo()[all …]
174 unsigned need_undo : 1; member