1 write to MethodBodyLattice
ILCompiler.Compiler (1)
Compiler\Dataflow\InterproceduralState.cs (1)
156
=> (_ilProvider,
MethodBodyLattice
, HoistedLocalsLattice) = (ilProvider, methodBodyLattice, hoistedLocalsLattice);
2 references to MethodBodyLattice
ILCompiler.Compiler (2)
Compiler\Dataflow\InterproceduralState.cs (2)
158
public InterproceduralState Top => new InterproceduralState(_ilProvider,
MethodBodyLattice
.Top, HoistedLocalsLattice.Top, this);
163
MethodBodyLattice
.Meet(left.MethodBodies, right.MethodBodies),