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