Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DSsaBasicBlock.java105 private IntSet liveIn; field in SsaBasicBlock
805 if (liveIn == null) { in addLiveIn()
806 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveIn()
809 liveIn.add(regV); in addLiveIn()
819 if (liveIn == null) { in getLiveInRegs()
820 liveIn = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveInRegs()
822 return liveIn; in getLiveInRegs()