Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSsaConverter.java357 int workBlockIndex; in placePhiFunctions() local
363 while (0 <= (workBlockIndex = worklist.nextSetBit(0))) { in placePhiFunctions()
364 worklist.clear(workBlockIndex); in placePhiFunctions()
366 = domInfos[workBlockIndex].dominanceFrontiers.iterator(); in placePhiFunctions()