Searched refs:liveOutBlocks (Results 1 – 1 of 1) sorted by relevance
48 private final BitSet liveOutBlocks; field in LivenessAnalyzer118 liveOutBlocks = new BitSet(blocksSz); in LivenessAnalyzer()185 while ((nextLiveOutBlock = liveOutBlocks.nextSetBit(0)) >= 0) { in run()187 liveOutBlocks.clear(nextLiveOutBlock); in run()223 liveOutBlocks.or(preds); in liveInAtStatement()