Home
last modified time | relevance | path

Searched refs:MBBI2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp758 MachineBasicBlock::iterator MBBI2 = MBBI; in findDebugLoc() local
759 while (MBBI2 != E && MBBI2->isDebugValue()) in findDebugLoc()
760 MBBI2++; in findDebugLoc()
761 if (MBBI2 != E) in findDebugLoc()
762 DL = MBBI2->getDebugLoc(); in findDebugLoc()