reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
687 MBBI != MBBE;) { 690 if (!MBBI->isDebugInstr()) { 691 ++MBBI; 697 MBBI == MBB->begin() 699 : LIS->getInstructionIndex(*std::prev(MBBI)).getRegSlot(); 704 if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || 704 if ((MBBI->isDebugValue() && handleDebugValue(*MBBI, Idx)) || 705 (MBBI->isDebugLabel() && handleDebugLabel(*MBBI, Idx))) { 705 (MBBI->isDebugLabel() && handleDebugLabel(*MBBI, Idx))) { 706 MBBI = MBB->erase(MBBI); 706 MBBI = MBB->erase(MBBI); 709 ++MBBI; 710 } while (MBBI != MBBE && MBBI->isDebugInstr()); 710 } while (MBBI != MBBE && MBBI->isDebugInstr());