HomeSort by relevance Sort by last modified time
    Searched full:semidom (Results 1 - 1 of 1) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 144 if (info[vAncestorRep.getIndex()].semidom
145 < info[vRep.getIndex()].semidom) {
187 // the largest semidom number assigned
207 int predSemidom = info[eval(predBlock).getIndex()].semidom;
208 if (predSemidom < wInfo.semidom) {
209 wInfo.semidom = predSemidom;
213 info[vertex.get(wInfo.semidom).getIndex()].bucket.add(w);
230 if (info[U.getIndex()].semidom
231 < info[last.getIndex()].semidom) {
243 != vertex.get(info[w.getIndex()].semidom).getIndex())
269 public int semidom; field in class:Dominators.DFSInfo
    [all...]

Completed in 250 milliseconds