reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
474 const MachineFrameInfo &MFI = MF.getFrameInfo(); 475 const PPCFunctionInfo *FI = MF.getInfo<PPCFunctionInfo>(); 479 UseEstimate ? MFI.estimateStackSize(MF) : MFI.getStackSize(); 489 bool DisableRedZone = MF.getFunction().hasFnAttribute(Attribute::NoRedZone); 492 !MustSaveLR(MF, LR) && // No need to save LR. 494 !RegInfo->hasBasePointer(MF); // No special alignment.