1 write to HoistedLocals
illink (1)
Linker.Dataflow\InterproceduralState.cs (1)
27
=> (MethodBodies,
HoistedLocals
, this.lattice) = (methodBodies, hoistedLocals, lattice);
9 references to HoistedLocals
illink (9)
Linker.Dataflow\InterproceduralState.cs (9)
30
=> MethodBodies.Equals(other.MethodBodies) &&
HoistedLocals
.Equals(other.
HoistedLocals
);
35
public override int GetHashCode() => HashUtils.Combine(MethodBodies.GetHashCode(),
HoistedLocals
.GetHashCode());
38
=> new(MethodBodies.DeepCopy(),
HoistedLocals
.Clone(), lattice);
81
HoistedLocals
.Set(key,
83
HoistedLocals
.Get(key), value));
87
=>
HoistedLocals
.Get(key);
107
HoistedLocalsLattice.Meet(left.
HoistedLocals
, right.
HoistedLocals
),