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

/dalvik/dx/src/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java47 private final BitSet liveOutBlocks; field in class:LivenessAnalyzer
117 liveOutBlocks = new BitSet(blocksSz);
184 while ((nextLiveOutBlock = liveOutBlocks.nextSetBit(0)) >= 0) {
186 liveOutBlocks.clear(nextLiveOutBlock);
222 liveOutBlocks.or(preds);

Completed in 32 milliseconds