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

References

lib/CodeGen/LocalStackSlotAllocation.cpp
  323           if (!MFI.isObjectPreAllocated(MI.getOperand(i).getIndex()))
  351     assert(MFI.isObjectPreAllocated(FrameIdx) &&
  358     if (MFI.hasStackProtectorIndex() &&
  359         FrameIdx == MFI.getStackProtectorIndex())
  376     int64_t FrameSizeAdjust = StackGrowsDown ? MFI.getLocalFrameSize() : 0;