Home
last modified time | relevance | path

Searched refs:need_undo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_tab.c80 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()
961 if (tab->preserve || tab->need_undo || tab->row_var[row] >= 0) { in isl_tab_mark_redundant()
989 if (!tab->rational && tab->need_undo) in isl_tab_mark_rational()
1000 if (!tab->empty && tab->need_undo) in isl_tab_mark_empty()
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()
[all …]
Disl_tab.h174 unsigned need_undo : 1; member