reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
981 uint64_t StackSize = MFI.getStackSize(); // Number of bytes to allocate. 1027 MFI.setStackSize(StackSize); 1038 !MFI.hasVarSizedObjects() && // No dynamic alloca. 1039 !MFI.adjustsStack() && // No calls. 1041 !MFI.hasCopyImplyingStackAdjustment() && // Don't push and pop. 1047 MFI.setStackSize(StackSize); 1168 MFI.setOffsetAdjustment(-NumBytes); 1170 MFI.setOffsetAdjustment(-StackSize);