Uses of Class
org.teavm.model.Phi
-
Packages that use Phi Package Description org.teavm.model org.teavm.model.util -
-
Uses of Phi in org.teavm.model
Methods in org.teavm.model that return Phi Modifier and Type Method Description PhiIncoming. getPhi()Methods in org.teavm.model that return types with arguments of type Phi Modifier and Type Method Description List<Phi>BasicBlock. getPhis() -
Uses of Phi in org.teavm.model.util
Methods in org.teavm.model.util that return types with arguments of type Phi Modifier and Type Method Description static List<Phi>ProgramUtils. copyPhis(BasicBlockReader block, Program target)List<Phi>PhiUpdater. getSynthesizedPhis()
-