Searched refs:liveOut (Results 1 – 3 of 3) sorted by relevance
176 IntSet liveOut = block.getLiveOutRegs(); in insertMoveBefore() local177 IntIterator liveOutIter = liveOut.iterator(); in insertMoveBefore()
1033 IntSet liveOut = insn.getBlock().getLiveOutRegs(); in fitPlanForRange() local1034 RegisterSpecList liveOutSpecs = ssaSetToSpecs(liveOut); in fitPlanForRange()
111 private IntSet liveOut; field in SsaBasicBlock791 if (liveOut == null) { in addLiveOut()792 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in addLiveOut()795 liveOut.add(regV); in addLiveOut()832 if (liveOut == null) { in getLiveOutRegs()833 liveOut = SetFactory.makeLivenessSet(parent.getRegCount()); in getLiveOutRegs()835 return liveOut; in getLiveOutRegs()