1 write to BasicBlockIndex
illink (1)
Linker.Dataflow\ValueNode.cs (1)
57
BasicBlockIndex
= basicBlockIndex;
5 references to BasicBlockIndex
illink (5)
Linker.Dataflow\ArrayValue.cs (1)
99
newValue.IndexValues.Add(kvp.Key, new ValueBasicBlockPair(kvp.Value.Value.DeepCopy(), kvp.Value.
BasicBlockIndex
));
Linker.Dataflow\MethodBodyScanner.cs (1)
224
if (existingValue.
BasicBlockIndex
== curBasicBlock)
Linker.Dataflow\ValueNode.cs (3)
63
public bool Equals(ValueBasicBlockPair other) => Value.Equals(other.Value) &&
BasicBlockIndex
.Equals(other.
BasicBlockIndex
);
67
public override int GetHashCode() => HashUtils.Combine(Value.GetHashCode(),
BasicBlockIndex
);