Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSsaConverter.java369 int dfBlockIndex = dfIterator.next(); in placePhiFunctions() local
371 if (!phisites[reg].get(dfBlockIndex)) { in placePhiFunctions()
372 phisites[reg].set(dfBlockIndex); in placePhiFunctions()
376 = localInfo.getStarts(dfBlockIndex).get(tReg); in placePhiFunctions()
379 ssaBlocks.get(dfBlockIndex).addPhiInsnForReg(tReg); in placePhiFunctions()
381 ssaBlocks.get(dfBlockIndex).addPhiInsnForReg(rs); in placePhiFunctions()
384 if (!defsites[reg].get(dfBlockIndex)) { in placePhiFunctions()
385 worklist.set(dfBlockIndex); in placePhiFunctions()