/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
double.h | 172 // at the same distance as its successor.
|
/external/chromium_org/v8/src/ |
double.h | 166 // at the same distance as its successor.
|
/external/llvm/include/llvm/Analysis/ |
Dominators.h | 236 // NewBB is split and now it has one successor. Update dominator tree to 243 "NewBB should have a single successor!"); 535 /// splitBlock - BB is split and now it has one successor. Update dominator 853 /// splitBlock - BB is split and now it has one successor. Update dominator
|
LoopInfo.h | 24 // * the successor blocks of the loop 195 /// getExitBlocks - Return all of the successor blocks of this loop. These 222 /// the predecessor to have exactly one successor. 415 /// getUniqueExitBlocks - Return all unique successor blocks of this loop.
|
/external/llvm/include/llvm/CodeGen/ |
MachineDominators.h | 157 /// splitBlock - BB is split and now it has one successor. Update dominator
|
/external/llvm/lib/Analysis/ |
ProfileDataLoaderPass.cpp | 143 // If there is only one successor then we can not set a branch
|
/external/llvm/lib/CodeGen/ |
LatencyPriorityQueue.cpp | 88 // successor nodes that have a single unscheduled predecessor. If so, that
|
/external/llvm/lib/Target/Hexagon/ |
HexagonCFGOptimizer.cpp | 181 // Check if the layout successor of BB2 is BB3.
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 670 // unconditional branch, try to move it to the successor block. 686 /// into a phi node with a store in the successor. 690 /// into a phi node with a store in the successor. 695 // Check to see if the successor block has exactly two incoming edges. If
|
/external/v8/src/ |
double.h | 172 // at the same distance as its successor.
|
hydrogen.h | 359 void CheckForBackEdge(HBasicBlock* block, HBasicBlock* successor); 924 // block and loop_entry is the successor block. loop_successor is the 928 // value is the new successor block which is the join of loop_successor [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingDeque.java | 94 * - the real successor Node 95 * - this Node, meaning the successor is head 96 * - null, meaning there is no successor 1050 * Returns the successor node of the given non-null, but [all...] |
ConcurrentSkipListMap.java | 104 * (predecessor, node, successor) in order to detect when and how 149 * predecessor b and successor f, initially: 255 * and/or successor and/or value fields which can't be returned 284 * Node: b, n, f for predecessor, node, successor 429 * @param f the assumed current successor of this node 441 * @param f successor 541 * Tries to CAS newSucc as successor. To minimize races with 544 * @param succ the expected current successor 545 * @param newSucc the new successor 555 * Tries to CAS right field to skip over apparent successor [all...] |
/art/compiler/sea_ir/ir/ |
sea.cc | 379 // Fill in uses of phi functions in CFG successor regions. 383 Region* successor = (*successors_it); local 384 successor->SetPhiDefinitionsForUses(scoped_table, crt_region);
|
/external/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 514 // Transfer the remainder of BB and its successor edges to sinkMBB. 577 // Transfer the remainder of BB and its successor edges to sinkMBB. 642 // Transfer the remainder of BB and its successor edges to sinkMBB.
|
/external/llvm/test/CodeGen/X86/ |
block-placement.ll | 555 ; than local. A successor may be very hot, but if the current block isn't, it 588 ; Some times the landing pad ends up as the first successor of an invoke block. 590 ; didn't correctly locate the fallthrough successor, assuming blindly that the 591 ; first one was the fallthrough successor. As a result, we would add an 592 ; erroneous jump to the landing pad thinking *that* was the default successor.
|
/external/llvm/include/llvm/IR/ |
Instructions.h | [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
EscapeAnalysis.java | 742 // Add a successor block with a move result pseudo for the exception 752 // Add another successor block to initialize the exception 762 // Add another successor block to throw the new exception [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
EscapeAnalysis.java | 743 // Add a successor block with a move result pseudo for the exception 753 // Add another successor block to initialize the exception 763 // Add another successor block to throw the new exception [all...] |
/external/e2fsprogs/intl/ |
dcigettext.c | 627 for (cnt = 0; domain->successor[cnt] != NULL; ++cnt) 629 retval = _nl_find_msg (domain->successor[cnt], binding, 634 domain = domain->successor[cnt]; [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 114 // Produce a table of pointers to counters, by predecessor and successor 255 void addEdge(GCOVBlock &Successor) { 256 OutEdges.push_back(&Successor);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
StdCatchBuilder.java | 234 * successor -- if any -- last in the successors list, but
|
/dalvik/dx/src/com/android/dx/dex/code/ |
StdCatchBuilder.java | 233 * successor -- if any -- last in the successors list, but
|
/external/chromium_org/sync/syncable/ |
nigori_util.cc | 143 // Push the successor.
|
/external/chromium_org/v8/test/cctest/ |
cctest.h | 121 // pseudorandomly select a successor thread and switch execution
|