Searched refs:reachable (Results 1 – 3 of 3) sorted by relevance
249 BitSet reachable = ssaMeth.computeReachability(); in convertBasicBlocks() local250 int ropBlockCount = reachable.cardinality(); in convertBasicBlocks()253 if (exitBlock != null && reachable.get(exitBlock.getIndex())) { in convertBasicBlocks()262 if (reachable.get(b.getIndex()) && b != exitBlock) { in convertBasicBlocks()
26 ; dead code after the last reachable instruction in a method32 ; dead code after the last reachable instruction in a method39 ; dead code after the last reachable instruction in a method
128 BitSet reachable = ssaMeth.computeReachability(); in pruneDeadInstructions() local132 while ((blockIndex = reachable.nextClearBit(blockIndex)) < blocks.size()) { in pruneDeadInstructions()