Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSsaConverter.java313 BitSet[] defsites = new BitSet[regCount]; in placePhiFunctions() local
319 defsites[i] = new BitSet(blockCount); in placePhiFunctions()
334 defsites[rs.getReg() - threshold].set(bi); in placePhiFunctions()
345 sb.append(defsites[i].toString()); in placePhiFunctions()
361 worklist = (BitSet) (defsites[reg].clone()); in placePhiFunctions()
384 if (!defsites[reg].get(dfBlockIndex)) { in placePhiFunctions()