Searched refs:newDefIdx (Results 1 – 1 of 1) sorted by relevance
184 SlotIndex newDefIdx = ls.lis->getMBBStartIdx(outBlock); in applyOutgoing() local185 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() local523 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() local623 assert(lis->getInstructionFromIndex(newDefIdx) == 0 && in splitEdge()625 VNInfo *newVal = li.getNextValue(newDefIdx, 0, in splitEdge()