/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 255 structure instead of the pred/succ arrays. */
|
basic-block.h | 502 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) 505 block which is either the pred or succ end of the indexed edge. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 255 structure instead of the pred/succ arrays. */
|
basic-block.h | 502 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) 505 block which is either the pred or succ end of the indexed edge. */
|
/external/llvm/lib/Analysis/ |
BranchProbabilityInfo.cpp | 467 BasicBlock *Succ = *I; 468 uint32_t Weight = getEdgeWeight(BB, Succ); 476 MaxSucc = Succ;
|
/external/llvm/lib/CodeGen/ |
IfConversion.cpp | [all...] |
BranchFolding.cpp | 701 // are not immediately before Succ must have an unconditional branch to 702 // Succ added (but the predecessor/successor lists need no adjustment). 703 // The lone predecessor of Succ that falls through into Succ, [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 1077 Label fail, succ; local 1490 unibrow::uchar succ[unibrow::Ecma262UnCanonicalize::kMaxWidth]; local [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 604 SsaBasicBlock succ; local 606 succ = parent.getBlocks().get(i); 607 succ.addMoveToBeginning(result, source); [all...] |
SCCP.java | 483 SsaBasicBlock succ = insn.getBlock().getPrimarySuccessor(); local 484 result = succ.getInsns().get(0).getResult();
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaBasicBlock.java | 604 SsaBasicBlock succ; local 606 succ = parent.getBlocks().get(i); 607 succ.addMoveToBeginning(result, source); [all...] |
SCCP.java | 483 SsaBasicBlock succ = insn.getBlock().getPrimarySuccessor(); local 484 result = succ.getInsns().get(0).getResult();
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
basic-block.h | 502 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) 505 block which is either the pred or succ end of the indexed edge. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
basic-block.h | 502 #define EDGE_INDEX(el, pred, succ) (find_edge_index ((el), (pred), (succ))) 505 block which is either the pred or succ end of the indexed edge. */
|
/external/llvm/include/llvm/Analysis/ |
IntervalIterator.h | 220 // If we were in the successor list from before... remove from succ list
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.cpp | 105 // If this block ends with no branches (it just falls through to its succ)
|
/external/v8/src/ |
log.cc | 94 if (Succ(head_) == tail_) { 98 head_ = Succ(head_); 108 tail_ = Succ(tail_); 122 int Succ(int index) { return (index + 1) % kBufferSize; } [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 543 * @param succ the expected current successor 547 final boolean link(Index<K,V> succ, Index<K,V> newSucc) { 549 newSucc.right = succ; 550 return n.value != null && casRight(succ, newSucc); 555 * succ. Fails (forcing a retraversal by caller) if this node 557 * @param succ the expected current successor 560 final boolean unlink(Index<K,V> succ) { 561 return !indexesDeletedNode() && casRight(succ, succ.right); [all...] |
LinkedTransferQueue.java | 735 final Node succ(Node p) { method in class:LinkedTransferQueue [all...] |
/external/clang/lib/Analysis/ |
LiveVariables.cpp | 551 if (const CFGBlock *succ = *it) { 552 val = LV->merge(val, LV->blocksBeginToLiveness[succ]);
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCallAndReturn.cpp | 46 const CFGBlock *Succ = *(Entry->succ_begin()); 49 BlockEdge Loc(Entry, Succ, calleeCtx);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
ObjCARC.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.cpp | 201 /// 1. If this block ends with no branches (it just falls through to its succ)
|
/external/llvm/lib/Target/XCore/ |
XCoreInstrInfo.cpp | 168 /// 1. If this block ends with no branches (it just falls through to its succ)
|