Searched refs:MBBI2 (Results 1 – 1 of 1) sorted by relevance
758 MachineBasicBlock::iterator MBBI2 = MBBI; in findDebugLoc() local759 while (MBBI2 != E && MBBI2->isDebugValue()) in findDebugLoc()760 MBBI2++; in findDebugLoc()761 if (MBBI2 != E) in findDebugLoc()762 DL = MBBI2->getDebugLoc(); in findDebugLoc()