mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Clear variable declarations inside deferredParamValues (ie skipCall)
This commit is contained in:
parent
2b7d0284f7
commit
c65fd5711d
5 changed files with 60 additions and 23 deletions
|
@ -1678,7 +1678,7 @@ public:
|
|||
BfIRValue CreateAlloca(BfType* type, bool addLifetime = true, const char* name = NULL, BfIRValue arraySize = BfIRValue());
|
||||
BfIRValue CreateAllocaInst(BfTypeInstance* typeInst, bool addLifetime = true, const char* name = NULL);
|
||||
BfDeferredCallEntry* AddStackAlloc(BfTypedValue val, BfIRValue arraySize, BfAstNode* refNode, BfScopeData* scope, bool condAlloca = false, bool mayEscape = false, BfIRBlock valBlock = BfIRBlock());
|
||||
void RestoreScoreState_LocalVariables();
|
||||
void RestoreScoreState_LocalVariables(int localVarStart);
|
||||
void RestoreScopeState();
|
||||
void MarkDynStack(BfScopeData* scope);
|
||||
void SaveStackState(BfScopeData* scope);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue