Searched refs:liveIn (Results 1 – 1 of 1) sorted by relevance
105 private IntSet liveIn; field in SsaBasicBlock805 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()