Lines Matching refs:latticeConstants
52 private Constant[] latticeConstants; field in SCCP
74 this.latticeConstants = new Constant[this.regCount]; in SCCP()
83 latticeConstants[i] = null; in SCCP()
142 || !latticeConstants[reg].equals(cst)) { in setLatticeValueTo()
144 latticeConstants[reg] = cst; in setLatticeValueTo()
183 phiConstant = latticeConstants[sourceReg]; in simulatePhi()
185 } else if (!latticeConstants[sourceReg].equals(phiConstant)){ in simulatePhi()
257 cA = latticeConstants[regA]; in simulateBranch()
265 cB = latticeConstants[regB]; in simulateBranch()
377 cA = latticeConstants[regA]; in simulateMath()
388 cB = latticeConstants[regB]; in simulateMath()
505 resultConstant = latticeConstants[sourceReg]; in simulateStmt()
529 resultConstant = latticeConstants[resultReg]; in simulateStmt()
607 if (!(latticeConstants[reg] instanceof TypedConstant)) { in replaceConstants()
626 = dest.withType((TypedConstant)latticeConstants[reg]); in replaceConstants()
645 = spec.withType((TypedConstant)latticeConstants[reg]); in replaceConstants()