Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/back/
DLivenessAnalyzer.java48 private final BitSet liveOutBlocks; field in LivenessAnalyzer
118 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()