Home | History | Annotate | Download | only in CodeGen

Lines Matching full:prev

768       if (I != BB->begin()) PrevI = std::prev(I);
861 : std::prev(I);
904 if (I != std::prev(J)) {