Searched refs:isRegALocal (Results 1 – 4 of 4) sorted by relevance
212 if (ssaMeth.isRegALocal(result)) { in getConstsSortedByCountUse()354 if (ssaMeth.isRegALocal(origReg)) { in updateConstUses()
151 if (result != null && !ssaMeth.isRegALocal(result) && in tryReplacingWithConstant()
255 if (!ssaMeth.isRegALocal(specA) && in simulateBranch()263 if (!ssaMeth.isRegALocal(specB) && in simulateBranch()
675 public boolean isRegALocal(RegisterSpec spec) { in isRegALocal() method in SsaMethod