Lines Matching refs:AdjustsStack
82 // Calculate the MaxCallFrameSize and AdjustsStack variables for the
118 // must be called before this function in order to set the AdjustsStack
150 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
159 bool AdjustsStack = MFI->adjustsStack();
179 AdjustsStack = true;
185 AdjustsStack = true;
188 MFI->setAdjustsStack(AdjustsStack);
664 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
673 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() ||