Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp144 SlotIndex copyDefIdx = ls.lis->getInstructionIndex(copy).getDefIndex(); in applyIncoming() local
147 newVal->def = copyDefIdx; in applyIncoming()
149 li.removeRange(copyDefIdx, ls.lis->getMBBEndIdx(preHeader), true); in applyIncoming()
151 getNewLI()->addRange(LiveRange(copyDefIdx, in applyIncoming()
178 SlotIndex copyDefIdx = ls.lis->getInstructionIndex(copy).getDefIndex(); in applyOutgoing() local
182 li.removeRange(ls.lis->getMBBStartIdx(outBlock), copyDefIdx); in applyOutgoing()
191 copyDefIdx, newVal)); in applyOutgoing()