5 references to ValueBasicBlockPair
ILCompiler.Compiler (5)
Compiler\Dataflow\ArrayValue.cs (1)
101newValue.IndexValues.Add(kvp.Key, new ValueBasicBlockPair(kvp.Value.Value.DeepCopy(), kvp.Value.BasicBlockIndex));
Compiler\Dataflow\MethodBodyScanner.cs (4)
247valueCollection[index] = new ValueBasicBlockPair(value, curBasicBlock); 275valueCollection[collectionKey] = new ValueBasicBlockPair(value, curBasicBlock); 280valueCollection[collectionKey] = new ValueBasicBlockPair(valueToStore, curBasicBlock); 1421arr.IndexValues[index.Value] = new ValueBasicBlockPair(UnknownValue.Instance, curBasicBlock);