Searched refs:MBBI2 (Results 1 – 1 of 1) sorted by relevance
763 MachineBasicBlock::iterator MBBI2 = MBBI; in findDebugLoc() local764 while (MBBI2 != E && MBBI2->isDebugValue()) in findDebugLoc()765 MBBI2++; in findDebugLoc()766 if (MBBI2 != E) in findDebugLoc()767 DL = MBBI2->getDebugLoc(); in findDebugLoc()