Searched refs:newBlocks (Results 1 – 1 of 1) sorted by relevance
35 private final BasicBlockList newBlocks; field in IdenticalBlockCombiner45 newBlocks = blocks.getMutableCopy(); in IdenticalBlockCombiner()105 if (toDelete.get(newBlocks.get(i).getLabel())) { in process()106 newBlocks.set(i, null); in process()110 newBlocks.shrinkToFit(); in process()111 newBlocks.setImmutable(); in process()113 return new RopMethod(newBlocks, ropMethod.getFirstLabel()); in process()145 BasicBlock predBlock = newBlocks.labelToBlock(preds.get(j)); in combineBlocks()175 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB); in replaceSucc()