Searched defs:liveOut (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
H A DSsaBasicBlock.java108 private IntSet liveOut; field in class:SsaBasicBlock
768 if (liveOut == null) {
769 liveOut = SetFactory.makeLivenessSet(parent.getRegCount());
772 liveOut.add(regV);
809 if (liveOut == null) {
810 liveOut = SetFactory.makeLivenessSet(parent.getRegCount());
812 return liveOut;

Completed in 114 milliseconds