HomeSort by relevance Sort by last modified time
    Searched full:successor (Results 226 - 250 of 529) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tree.c 157 __y = _Rb_tree_node_base::_S_minimum(__y->_M_right); // __z's successor. __x might be null.
162 if (__y != __z) { // relink y in place of z. y is z's successor
  /external/v8/src/
jsregexp.cc 3501 RegExpNode* successor = that->on_success(); local
3545 RegExpNode* successor = that->on_success(); local
4690 OutSet* successor = successors()->at(i); local
5029 GuardedAlternative successor = this->alternatives()->at(1); local
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 555 /* Handle the successor list */
796 /* Verify if all the successor is connected with all the claimed predecessors */
833 ALOGE("Successor %s not found from %s",
    [all...]
SSATransformation.cpp 380 * Iterate through all successor blocks and propagate up the live-in sets.
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 343 // Select the preferred successor for MBB.
365 // Pick the successor that would give this block the smallest InstrHeight.
522 // Find any MBB predecessors that have MBB as their preferred successor.
534 // Verify that TBI.Succ is actually a *I successor.
    [all...]
ShrinkWrapping.cpp 607 << "successor " << getBasicBlockName(SUCC) << "\n");
720 // Remember this block for adding restores to successor
    [all...]
  /art/compiler/dex/
mir_graph.cc 172 /* Handle the successor list */
389 LOG(FATAL) << "Successor block list already in use: "
431 LOG(FATAL) << "Successor block list already in use: "
    [all...]
  /external/chromium_org/sync/syncable/
directory.cc 1274 EntryKernel* successor = *neighbour; local
    [all...]
  /external/chromium_org/v8/src/
jsregexp.cc 4597 RegExpNode* successor = that->on_success(); local
4641 RegExpNode* successor = that->on_success(); local
5547 OutSet* successor = successors(zone)->at(i); local
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 293 /// Terminator Successor Ordering
363 /// Predecessors/Successors - Keep track of the predecessor / successor
372 /// will have a single immediate successor: the exit block. This allows them
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 784 // If this is a conditional branch and only one successor goes to BBTo, then
790 "BBTo isn't a successor of BBFrom");
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 278 // do a shared load from register in the successor.
312 // the path through the other successor.
340 // the path through the other successor.
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 285 * context, likely via a throw. Our successor will only need
  /dalvik/vm/compiler/codegen/mips/
GlobalOptimizations.cpp 22 * Identify unconditional branches that jump to the immediate successor of the
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 266 /// the successor of Pred is in the dominance frontier for the definition,
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 823 // feed PHI nodes in successor blocks.
874 /// unless it is the immediate (fall-through) successor, and update
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 173 /// an successor block, it sets TBB to be the branch destination block and a
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 15 // predecessor only has one successor.

Completed in 1389 milliseconds

1 2 3 4 5 6 7 8 91011>>