4 references to ValueBasicBlockPair
illink (4)
Linker.Dataflow\ArrayValue.cs (1)
99
newValue.IndexValues.Add(kvp.Key, new
ValueBasicBlockPair
(kvp.Value.Value.DeepCopy(), kvp.Value.BasicBlockIndex));
Linker.Dataflow\MethodBodyScanner.cs (3)
237
valueCollection[collectionKey] = new
ValueBasicBlockPair
(value, curBasicBlock);
242
valueCollection[collectionKey] = new
ValueBasicBlockPair
(valueToStore, curBasicBlock);
1295
arr.IndexValues[index.Value] = new
ValueBasicBlockPair
(UnknownValue.Instance, curBasicBlock);