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

References

lib/CodeGen/StackColoring.cpp
  910     const AllocaInst *From = MFI->getObjectAllocation(SI.first);
  911     const AllocaInst *To = MFI->getObjectAllocation(SI.second);
  936         = MFI->getObjectSSPLayout(SI.first);
  937     MachineFrameInfo::SSPLayoutKind ToKind = MFI->getObjectSSPLayout(SI.second);
  942       MFI->setObjectSSPLayout(SI.second, FromKind);