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

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java40 private final BasicBlockList newBlocks; field in class:IdenticalBlockCombiner
50 newBlocks = blocks.getMutableCopy();
110 if (toDelete.get(newBlocks.get(i).getLabel())) {
111 newBlocks.set(i, null);
115 newBlocks.shrinkToFit();
116 newBlocks.setImmutable();
118 return new RopMethod(newBlocks, ropMethod.getFirstLabel());
150 BasicBlock predBlock = newBlocks.labelToBlock(preds.get(j));
158 * an updated BasicBlock instance and places it in {@code newBlocks}.
180 newBlocks
[all...]
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp676 Function::BasicBlockListType &newBlocks = newFunction->getBasicBlockList(); local
684 newBlocks.push_back(*i);

Completed in 122 milliseconds