1 write to HoistedLocalsLattice
ILCompiler.Compiler (1)
Compiler\Dataflow\InterproceduralState.cs (1)
156
=> (_ilProvider, MethodBodyLattice,
HoistedLocalsLattice
) = (ilProvider, methodBodyLattice, hoistedLocalsLattice);
3 references to HoistedLocalsLattice
ILCompiler.Compiler (3)
Compiler\Dataflow\InterproceduralState.cs (3)
123
lattice.
HoistedLocalsLattice
.ValueLattice.Meet(
158
public InterproceduralState Top => new InterproceduralState(_ilProvider, MethodBodyLattice.Top,
HoistedLocalsLattice
.Top, this);
164
HoistedLocalsLattice
.Meet(left.HoistedLocals, right.HoistedLocals),