Home | History | Annotate | Download | only in CodeGen

Lines Matching full:prev

878   while (Begin != MBB->begin() && std::prev(Begin)->isDebugValue())
1060 while (InsertPos != MBB->begin() && std::prev(InsertPos)->isDebugValue())
1064 while (std::prev(From)->isDebugValue())
1068 nmi = std::prev(InsertPos); // Backtrack so we process the moved instr.