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

References

lib/Target/PowerPC/PPCFrameLowering.cpp
  479     UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize();
  479     UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize();
  483   unsigned MaxAlign = MFI.getMaxAlignment(); // algmt required by data in frame
  490   bool CanUseRedZone = !MFI.hasVarSizedObjects() && // No dynamic alloca.
  491                        !MFI.adjustsStack() &&       // No calls.
  507   unsigned maxCallFrameSize = MFI.getMaxCallFrameSize();
  515   if (MFI.hasVarSizedObjects())