Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDFastISel.h237 MachineInstr *getLastLocalValue() { return LastLocalValue; } in getLastLocalValue() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp546 if (getLastLocalValue()) { in recomputeInsertPt()
547 FuncInfo.InsertPt = getLastLocalValue(); in recomputeInsertPt()
1592 MachineInstr *CurLastLocalValue = getLastLocalValue(); in removeDeadLocalValueCode()
1608 MachineInstr *SavedLastLocalValue = getLastLocalValue(); in selectInstruction()