Searched refs:liveOutBlocks (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java48 private final BitSet liveOutBlocks; field in class:LivenessAnalyzer
118 liveOutBlocks = new BitSet(blocksSz);
185 while ((nextLiveOutBlock = liveOutBlocks.nextSetBit(0)) >= 0) {
187 liveOutBlocks.clear(nextLiveOutBlock);
223 liveOutBlocks.or(preds);

Completed in 2 milliseconds