Searched refs:defn (Results 1 – 2 of 2) sorted by relevance
611 SsaInsn defn = ssaMeth.getDefinitionForRegister(reg); in replaceConstants() local612 TypeBearer typeBearer = defn.getResult().getTypeBearer(); in replaceConstants()623 RegisterSpec dest = defn.getResult(); in replaceConstants()626 defn.setResult(newDest); in replaceConstants()
675 SsaInsn defn = getDefinitionForRegister(spec.getReg()); in isRegALocal() local677 if (defn == null) { in isRegALocal()683 if (defn.getLocalAssignment() != null) return true; in isRegALocal()