Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIElimination.cpp515 SlotIndex LastUseIndex = LIS->getInstructionIndex(*KillInst); in LowerPHINode() local
516 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPHIElimination.cpp529 SlotIndex LastUseIndex = LIS->getInstructionIndex(*KillInst); in LowerPHINode() local
530 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStrongPHIElimination.cpp392 SlotIndex LastUseIndex = LI->getInstructionIndex(LastUse->getParent()); in runOnMachineFunction() local
393 SrcLI.removeRange(LastUseIndex.getDefIndex(), LI->getMBBEndIdx(MBB)); in runOnMachineFunction()