public abstract class PhiStmt extends Stmt implements Assign
PhiJoinStmt,
PhiCatchStmt| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
DefExpr[] |
defs()
Return the expressions (variables) defined by this PhiStmt.
|
abstract java.util.Collection |
operands() |
VarExpr |
target() |
cleanupOnlyblock, cleanup, copyInto, hasParent, key, parent, replaceWith, replaceWith, setKey, setParent, setValueNumber, toString, valueNumber, visit, visitChildren, visitForceChildren, visitOnlypublic PhiStmt(VarExpr target)
target - A stack expression or local variable that is the target of
this phi-statement.