Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp227 MachineBasicBlock::iterator FirstLocalValue = in flushLocalValueMap() local
230 if (FirstLocalValue != FirstNonValue && !FirstLocalValue->getDebugLoc()) in flushLocalValueMap()
231 FirstLocalValue->setDebugLoc(FirstNonValue->getDebugLoc()); in flushLocalValueMap()