OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newsuccessors
(Results
1 - 3
of
3
) sorted by null
/dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java
160
IntList
newSuccessors
= block.getSuccessors().mutableCopy();
163
newSuccessors
.set(
newSuccessors
.indexOf(oldLabel), newLabel);
170
newSuccessors
.setImmutable();
173
block.getInsns(),
newSuccessors
, newPrimarySuccessor);
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
IdenticalBlockCombiner.java
165
IntList
newSuccessors
= block.getSuccessors().mutableCopy();
168
newSuccessors
.set(
newSuccessors
.indexOf(oldLabel), newLabel);
175
newSuccessors
.setImmutable();
178
block.getInsns(),
newSuccessors
, newPrimarySuccessor);
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
792
SmallVector<BasicBlock*, 8>
NewSuccessors
;
[
all
...]
Completed in 66 milliseconds