Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.cpp184 SlotIndex newDefIdx = ls.lis->getMBBStartIdx(outBlock); in applyOutgoing() local
185 assert(ls.lis->getInstructionFromIndex(newDefIdx) == 0 && in applyOutgoing()
188 getNewLI()->getNextValue(newDefIdx, 0, ls.lis->getVNInfoAllocator()); in applyOutgoing()
522 SlotIndex newDefIdx = lis->getMBBStartIdx(preHeader); in insertPreHeader() local
523 assert(lis->getInstructionFromIndex(newDefIdx) == 0 && in insertPreHeader()
525 VNInfo *newVal = li.getNextValue(newDefIdx, 0, lis->getVNInfoAllocator()); in insertPreHeader()
622 SlotIndex newDefIdx = lis->getMBBStartIdx(splitBlock); in splitEdge() local
623 assert(lis->getInstructionFromIndex(newDefIdx) == 0 && in splitEdge()
625 VNInfo *newVal = li.getNextValue(newDefIdx, 0, in splitEdge()