Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:adjustsStack

77   // Calculate the MaxCallFrameSize and AdjustsStack variables for the
112 // must be called before this function in order to set the AdjustsStack
146 /// calculateCallsInformation - Calculate the MaxCallFrameSize and AdjustsStack
156 bool AdjustsStack = MFI->adjustsStack();
176 AdjustsStack = true;
182 AdjustsStack = true;
185 MFI->setAdjustsStack(AdjustsStack);
660 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
669 if (MFI->adjustsStack() || MFI->hasVarSizedObjects() ||