reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/TwoAddressInstructionPass.cpp
 1165   while (InsertPos != MBB->begin() && std::prev(InsertPos)->isDebugInstr())
 1165   while (InsertPos != MBB->begin() && std::prev(InsertPos)->isDebugInstr())
 1166     --InsertPos;
 1171   MBB->splice(InsertPos, MBB, From, To);
 1173   nmi = std::prev(InsertPos); // Backtrack so we process the moved instr.