Searched refs:getObjectAllocation (Results 1 – 2 of 2) sorted by relevance
271 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()502 const AllocaInst *From = MFI->getObjectAllocation(it->first); in remapInstructions()503 const AllocaInst *To = MFI->getObjectAllocation(it->second); in remapInstructions()
377 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function