Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/
H A 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()
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 …]
H A Disl_tab.h174 unsigned need_undo : 1; member