reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
84 const MachineFrameInfo &MFI = MF.getFrameInfo(); 85 return (MF.getTarget().Options.DisableFramePointerElim(MF) || 85 return (MF.getTarget().Options.DisableFramePointerElim(MF) || 86 TRI->needsStackRealignment(MF) || 89 MF.getInfo<X86MachineFunctionInfo>()->getForceFramePointer() || 90 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || 90 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || 90 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() ||