public class GuaranteedDefs extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Unit,List> |
unitToGuaranteedDefs |
Constructor and Description |
---|
GuaranteedDefs(UnitGraph graph) |
Modifier and Type | Method and Description |
---|---|
List |
getGuaranteedDefs(Unit s)
Returns a list of locals guaranteed to be defined at (just
before) program point s.
|
public GuaranteedDefs(UnitGraph graph)