Searched refs:update_con_after_move (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_tab.c | 3042 static int update_con_after_move(struct isl_tab *tab, int i, int old) in update_con_after_move() function 3074 if (update_con_after_move(tab, con1, con2) < 0) in isl_tab_swap_constraints() 3077 if (update_con_after_move(tab, con2, con1) < 0) in isl_tab_swap_constraints() 3098 if (update_con_after_move(tab, i, i - 1) < 0) in rotate_constraints() 3102 if (update_con_after_move(tab, first, last) < 0) in rotate_constraints() 3126 if (update_con_after_move(tab, i, i + n) < 0) in con_drop_entries()
|