Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csyonghe/Spire
/ UpdateVariable
Method
UpdateVariable
Source/SpireCore/SpirVCodeGen.cpp:1892–1897 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1890
}
1891
1892
void UpdateVariable(ILOperand* op, int id)
1893
{
1894
if (op == nullptr)
1895
return;
1896
StackVariableNameToStorageID.Last()[op] = id;
1897
}
1898
1899
int FindVariableID(ILOperand* op)
1900
{
Callers
1
PrintImportInstr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected