Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:adjustsStack

180   // Calculate the MaxCallFrameSize and AdjustsStack variables for the
203 // must be called before this function in order to set the AdjustsStack
239 /// Calculate the MaxCallFrameSize and AdjustsStack
248 bool AdjustsStack = MFI->adjustsStack();
268 AdjustsStack = true;
274 AdjustsStack = true;
277 MFI->setAdjustsStack(AdjustsStack);
938 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
947 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() ||