Package EDU.purdue.cs.bloat.editor
Class UseMap
- java.lang.Object
-
- EDU.purdue.cs.bloat.editor.UseMap
-
public class UseMap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Hashtablemap
-
Constructor Summary
Constructors Constructor Description UseMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(LocalExpr use, Instruction inst)booleanhasDef(Instruction inst)booleanhasSameDef(Instruction a, Instruction b)
-
-
-
Method Detail
-
add
public void add(LocalExpr use, Instruction inst)
-
hasDef
public boolean hasDef(Instruction inst)
-
hasSameDef
public boolean hasSameDef(Instruction a, Instruction b)
-
-