Searched refs:getObjectAllocation (Results 1 – 7 of 7) sorted by relevance
667 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()752 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()923 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()924 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
93 const AllocaInst *AI = MFI.getObjectAllocation(I); in copyToMachineFrameInfo()
444 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects()
560 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex()
64 const AllocaInst *AI = MFI.getObjectAllocation(FrameIndex); in getLocalForStackObject()
510 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function
2128 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()