Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:savepoint

198   SavePoint SaveInsertPt = enterLocalValueArea();
364 FastISel::SavePoint FastISel::enterLocalValueArea() {
369 SavePoint SP = {OldInsertPt, OldDL};
373 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) {