Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_tab_pip.c3247 struct isl_tab_undo *shifted_snap = NULL; in context_gbr_test_ineq() local
3259 shifted_snap = isl_tab_snap(cgbr->shifted); in context_gbr_test_ineq()
3269 if (shifted_snap) { in context_gbr_test_ineq()
3270 if (isl_tab_rollback(cgbr->shifted, shifted_snap)) in context_gbr_test_ineq()
3491 struct isl_tab_undo *shifted_snap; member
3512 snap->shifted_snap = isl_tab_snap(cgbr->shifted); in context_gbr_save()
3514 snap->shifted_snap = NULL; in context_gbr_save()
3536 if (snap->shifted_snap) { in context_gbr_restore()
3537 if (isl_tab_rollback(cgbr->shifted, snap->shifted_snap) < 0) in context_gbr_restore()