Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp191 MachineBasicBlock::iterator FirstNonValue(LastLocalValue); in flushLocalValueMap() local
192 ++FirstNonValue; in flushLocalValueMap()
217 if (FirstNonValue != FuncInfo.MBB->end()) { in flushLocalValueMap()
230 if (FirstLocalValue != FirstNonValue && !FirstLocalValue->getDebugLoc()) in flushLocalValueMap()
231 FirstLocalValue->setDebugLoc(FirstNonValue->getDebugLoc()); in flushLocalValueMap()