| 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 | { |
no test coverage detected