reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/MIRParser/MIParser.cpp
 1691           MF.getFrameInfo().getObjectAllocation(ObjectInfo->second))
lib/CodeGen/MIRPrinter.cpp
  392     if (const auto *Alloca = MFI.getObjectAllocation(I))
lib/CodeGen/MachineOperand.cpp
  516     if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex))
lib/CodeGen/StackColoring.cpp
  667         const AllocaInst *Allocation = MFI->getObjectAllocation(Slot);
  739             const AllocaInst *Allocation = MFI->getObjectAllocation(Slot);
  910     const AllocaInst *From = MFI->getObjectAllocation(SI.first);
  911     const AllocaInst *To = MFI->getObjectAllocation(SI.second);
lib/CodeGen/StackProtector.cpp
  556     const AllocaInst *AI = MFI.getObjectAllocation(I);