Home | History | Annotate | Download | only in dist

Lines Matching defs:snap

2110 	struct isl_tab_undo *snap = NULL;
2122 snap = isl_tab_snap(tab);
2140 if (snap)
2141 return isl_tab_rollback(tab, snap);
3355 struct isl_tab_undo *snap;
3363 snap = isl_tab_snap(tab);
3412 if (isl_tab_rollback(tab, snap) < 0)
4011 /* Return the tableau to the state it was in when the snapshot "snap"
4014 isl_stat isl_tab_rollback(struct isl_tab *tab, struct isl_tab_undo *snap)
4024 if (undo == snap)
4093 struct isl_tab_undo *snap = NULL;
4103 snap = isl_tab_snap(tab);
4133 if (isl_tab_rollback(tab, snap))