Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java40 private final BasicBlockList newBlocks; field in IdenticalBlockCombiner
50 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()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp678 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); in moveCodeToFunction() local
686 newBlocks.push_back(*i); in moveCodeToFunction()