Searched refs:newBlocks (Results 1 – 2 of 2) sorted by relevance
40 private final BasicBlockList newBlocks; field in IdenticalBlockCombiner50 newBlocks = blocks.getMutableCopy(); in IdenticalBlockCombiner()110 if (toDelete.get(newBlocks.get(i).getLabel())) { in process()111 newBlocks.set(i, null); in process()115 newBlocks.shrinkToFit(); in process()116 newBlocks.setImmutable(); in process()118 return new RopMethod(newBlocks, ropMethod.getFirstLabel()); in process()150 BasicBlock predBlock = newBlocks.labelToBlock(preds.get(j)); in combineBlocks()180 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB); in replaceSucc()
678 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local686 newBlocks.push_back(*i); in moveCodeToFunction()