Package org.robovm.compiler.llvm
Class Phi
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.Phi
- All Implemented Interfaces:
Writable
public class Phi extends Instruction
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Constructor Summary
Constructors Constructor Description Phi(Variable result, VariableRef... vars) -
Method Summary
Modifier and Type Method Description Set<VariableRef>getReadsFrom()Set<Variable>getWritesTo()StringtoString()voidwrite(Writer writer)Methods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata
-
Constructor Details
-
Phi
-
-
Method Details
-
getWritesTo
- Overrides:
getWritesToin classInstruction
-
getReadsFrom
- Overrides:
getReadsFromin classInstruction
-
write
- Throws:
IOException
-
toString
-