MCPcopy Create free account
hub / github.com/csyonghe/Spire / InvalidateValue

Method InvalidateValue

Source/SpireCore/SpirVCodeGen.cpp:1933–1937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1931 }
1932
1933 void InvalidateValue(ILOperand *op)
1934 {
1935 if (StackVariableNameToValueID.Last().ContainsKey(op))
1936 StackVariableNameToValueID.Last()[op] = -1;
1937 }
1938
1939 int DefineBasicType(RefPtr<ILType> Type)
1940 {

Callers 1

PrintUpdateInstrMethod · 0.80

Calls 1

ContainsKeyMethod · 0.45

Tested by

no test coverage detected