Home | History | Annotate | Download | only in WebAssembly

Lines Matching full:adjustsstack

191   // Calculate the MaxCallFrameSize and AdjustsStack variables for the
221 // must be called before this function in order to set the AdjustsStack
255 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
264 bool AdjustsStack = MFI->adjustsStack();
284 AdjustsStack = true;
290 AdjustsStack = true;
293 MFI->setAdjustsStack(AdjustsStack);
758 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
767 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() ||