Uses of Class
org.robovm.compiler.llvm.VariableRef
| Package | Description |
|---|---|
| org.robovm.compiler.llvm |
-
Uses of VariableRef in org.robovm.compiler.llvm
Methods in org.robovm.compiler.llvm that return VariableRef Modifier and Type Method Description VariableRefFunction. getParameterRef(int index)VariableRef[]Function. getParameterRefs()VariableRefVariable. ref()Methods in org.robovm.compiler.llvm that return types with arguments of type VariableRef Modifier and Type Method Description Set<VariableRef>BasicBlock. getReadsFrom()Set<VariableRef>BinaryOpInstruction. getReadsFrom()Set<VariableRef>Br. getReadsFrom()Set<VariableRef>FunctionCallInstruction. getReadsFrom()Set<VariableRef>Getelementptr. getReadsFrom()Set<VariableRef>Instruction. getReadsFrom()Set<VariableRef>Phi. getReadsFrom()Set<VariableRef>Ret. getReadsFrom()Set<VariableRef>Store. getReadsFrom()Set<VariableRef>Switch. getReadsFrom()Set<VariableRef>UnaryOpInstruction. getReadsFrom()Methods in org.robovm.compiler.llvm with parameters of type VariableRef Modifier and Type Method Description BasicBlockFunction. getDefinedIn(VariableRef ref)Constructors in org.robovm.compiler.llvm with parameters of type VariableRef Constructor Description Phi(Variable result, VariableRef... vars)Variable(VariableRef ref)