Class PhiStmt
java.lang.Object
EDU.purdue.cs.bloat.tree.Node
EDU.purdue.cs.bloat.tree.Stmt
EDU.purdue.cs.bloat.tree.PhiStmt
- All Implemented Interfaces:
Assign
- Direct Known Subclasses:
PhiCatchStmt, PhiJoinStmt
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Stmt
cleanupOnlyMethods inherited from class Node
block, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnly
-
Constructor Details
-
PhiStmt
Constructor.- Parameters:
target- A stack expression or local variable that is the target of this phi-statement.
-
-
Method Details
-
target
-
defs
-
operands
-
clone
-