Lines Matching refs:MBBI
1091 /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping1094 MachineBasicBlock::findDebugLoc(instr_iterator MBBI) {1097 if (MBBI == E)1101 while (MBBI != E && MBBI->isDebugValue())1102 MBBI++;1103 if (MBBI != E)1104 DL = MBBI->getDebugLoc();