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

  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 102 private IntSet liveIn;
782 if (liveIn == null) {
783 liveIn = SetFactory.makeLivenessSet(parent.getRegCount());
786 liveIn.add(regV);
796 if (liveIn == null) {
797 liveIn = SetFactory.makeLivenessSet(parent.getRegCount());
799 return liveIn;

Completed in 10 milliseconds