Searched refs:getObjectAllocation (Results 1 – 4 of 4) sorted by relevance
259 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers()476 const AllocaInst *From = MFI->getObjectAllocation(SI.first); in remapInstructions()477 const AllocaInst *To = MFI->getObjectAllocation(SI.second); in remapInstructions()
212 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
583 switch (SP->getSSPLayout(MFI->getObjectAllocation(i))) { in calculateFrameObjectOffsets()
418 const AllocaInst* getObjectAllocation(int ObjectIdx) const { in getObjectAllocation() function