Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp763 MachineBasicBlock::iterator MBBI2 = MBBI; in findDebugLoc() local
764 while (MBBI2 != E && MBBI2->isDebugValue()) in findDebugLoc()
765 MBBI2++; in findDebugLoc()
766 if (MBBI2 != E) in findDebugLoc()
767 DL = MBBI2->getDebugLoc(); in findDebugLoc()