OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:succ1
(Results
1 - 4
of
4
) sorted by null
/dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlockList.java
269
IntList
succ1
= block1.getSuccessors();
local
271
int size =
succ1
.size(); // Both are guaranteed to be the same size.
288
int label1 =
succ1
.get(i);
/dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java
267
IntList
succ1
= block1.getSuccessors();
local
269
int size =
succ1
.size(); // Both are guaranteed to be the same size.
286
int label1 =
succ1
.get(i);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlockList.java
267
IntList
succ1
= block1.getSuccessors();
local
269
int size =
succ1
.size(); // Both are guaranteed to be the same size.
286
int label1 =
succ1
.get(i);
/external/llvm/lib/CodeGen/
EarlyIfConversion.cpp
346
MachineBasicBlock *
Succ1
= Head->succ_begin()[1];
350
std::swap(Succ0,
Succ1
);
358
if (Tail !=
Succ1
) {
360
if (
Succ1
->pred_size() != 1 ||
Succ1
->succ_size() != 1 ||
361
Succ1
->succ_begin()[0] != Tail)
365
<< "/BB#" <<
Succ1
->getNumber()
401
FBB = TBB == Succ0 ?
Succ1
: Succ0;
Completed in 191 milliseconds