Lines Matching defs:AdjustsStack
176 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
206 // must be called before this function in order to set the AdjustsStack
239 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
248 bool AdjustsStack = MFI->adjustsStack();
268 AdjustsStack = true;
274 AdjustsStack = true;
277 MFI->setAdjustsStack(AdjustsStack);
742 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
751 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() ||