Home
last modified time | relevance | path

Searched refs:sourceReg (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
DSCCP.java173 int sourceReg = sources.get(i).getReg(); in simulatePhi() local
174 int sourceRegValue = latticeValues[sourceReg]; in simulatePhi()
182 phiConstant = latticeConstants[sourceReg]; in simulatePhi()
184 } else if (!latticeConstants[sourceReg].equals(phiConstant)){ in simulatePhi()
502 int sourceReg = insn.getSources().get(0).getReg(); in simulateStmt() local
503 resultValue = latticeValues[sourceReg]; in simulateStmt()
504 resultConstant = latticeConstants[sourceReg]; in simulateStmt()
/dalvik/dx/src/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java807 int sourceReg = source.getReg(); in adjustAndMapSourceRangeRange() local
812 if (ssaRegsMapped.get(sourceReg)) { in adjustAndMapSourceRangeRange()
816 LocalItem localItem = getLocalItemForReg(sourceReg); in adjustAndMapSourceRangeRange()
1157 int sourceReg = sourceDef.getReg(); in processPhiInsn() local
1163 if (ssaRegsMapped.get(sourceReg)) { in processPhiInsn()
1164 mapSet.add(mapper.oldToNew(sourceReg)); in processPhiInsn()