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