1 write to HoistedLocals
ILCompiler.Compiler (1)
Compiler\Dataflow\InterproceduralState.cs (1)
43
=> (_ilProvider, MethodBodies,
HoistedLocals
, this.lattice) = (ilProvider, methodBodies, hoistedLocals, lattice);
8 references to HoistedLocals
ILCompiler.Compiler (8)
Compiler\Dataflow\InterproceduralState.cs (8)
46
=> MethodBodies.Equals(other.MethodBodies) &&
HoistedLocals
.Equals(other.
HoistedLocals
);
54
=> new(_ilProvider, MethodBodies.DeepCopy(),
HoistedLocals
.Clone(), lattice);
122
HoistedLocals
.Set(key,
124
HoistedLocals
.Get(key), value));
128
=>
HoistedLocals
.Get(key);
164
HoistedLocalsLattice.Meet(left.
HoistedLocals
, right.
HoistedLocals
),