HomeSort by relevance Sort by last modified time
    Searched full:predecessors (Results 201 - 225 of 291) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/x64/
lithium-x64.cc 914 } else if (block->predecessors()->length() == 1) {
918 HBasicBlock* pred = block->predecessors()->at(0);
935 HBasicBlock* pred = block->predecessors()->at(0);
947 // Pick up the outgoing argument count of one of the predecessors.
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 253 * instead of this method to allow predecessors to augment/filter events sent by
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 96 * the "next" fields of their predecessors. This is solved
199 * when bypassing cancelled predecessors, and nulled out (for
496 // Skip cancelled predecessors
552 * Predecessor was cancelled. Skip over predecessors and
    [all...]
  /art/compiler/dex/
mir_dataflow.cc     [all...]
mir_graph.h 273 GrowableArray<BasicBlock*>* predecessors; member in struct:art::BasicBlock
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 611 return true; // Deleted items have no predecessors.
616 CHECK(prev.good()) << "Bad id when walking predecessors.";
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 591 // If all the node's predecessors are scheduled, this node is ready
638 // It is available if it has no predecessors.
InlineSpiller.cpp 403 // all predecessors.
510 // Stop at original PHIs. We don't know the value at the predecessors.
521 // expensive if there are many predecessors and many more PHIs as
    [all...]
LiveIntervalAnalysis.cpp 381 // The PHI is live, make sure the predecessors are live-out.
398 // Make sure VNI is live-out from the predecessors.
    [all...]
  /external/clang/docs/
InternalsManual.rst     [all...]
  /external/llvm/docs/
Passes.rst 719 basic block. This pass looks at blocks that have multiple predecessors and
720 multiple successors. If one or more of the predecessors of the block can be
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc     [all...]
hydrogen.h 77 const ZoneList<HBasicBlock*>* predecessors() const { return &predecessors_; } function in class:v8::internal::HBasicBlock
160 // predecessors should contain the inlined exit sequence:
226 : predecessor_list_(block->predecessors()), current_(0) { }
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 364 // of the predecessors for every reachable block in the function.
496 /// to match predecessors' live out stack.
511 assert(Bundle.isFixed() && "Reached block before any predecessors");
530 /// predecessors, and ensure that all predecessors are expecting the same
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 110 // predecessors. We want to kill that block and mark the current
113 // blocks with no predecessors, we can just test for that.
116 // reachable blocks which will have no predecessors until later in
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 278 * predecessors are either already matched or are of the same
308 * not known to be front but whose predecessors have not
313 * versa) compared to their predecessors receive additional
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 624 // Loop over all of our predecessors, merging what we know from them into
664 // Loop over all of our predecessors, merging what we know from them into
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 192 // offset calculation, but all the predecessors will have to materialize the
194 // load up into the predecessors so that we have a load of a gep of an alloca,
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 339 * method has no predecessors, so in that case this loop
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 345 * method has no predecessors, so in that case this loop
  /external/bison/src/
parse-gram.y 703 since empty nonterminals have the same end as their predecessors. */
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 792 } else if (block->predecessors()->length() == 1) {
796 HBasicBlock* pred = block->predecessors()->at(0);
813 HBasicBlock* pred = block->predecessors()->at(0);
829 // Pick up the outgoing argument count of one of the predecessors.
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 847 } else if (block->predecessors()->length() == 1) {
851 HBasicBlock* pred = block->predecessors()->at(0);
868 HBasicBlock* pred = block->predecessors()->at(0);
884 // Pick up the outgoing argument count of one of the predecessors.
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 578 // Enqueue the value to the predecessors.
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 346 * method has no predecessors, so in that case this loop

Completed in 1928 milliseconds

1 2 3 4 5 6 7 891011>>