Searched refs:getObjectAllocation (Results 1 – 3 of 3) sorted by relevance
81 const AllocaInst *Alloca = MFI->getObjectAllocation(i); in getFrameIndexOffset()
270 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()504 const AllocaInst *From = MFI->getObjectAllocation(it->first); in remapInstructions()505 const AllocaInst *To = MFI->getObjectAllocation(it->second); in remapInstructions()
376 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function