HomeSort by relevance Sort by last modified time
    Searched refs:dominator (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/v8/src/
hydrogen-sce.cc 12 // For each loop block walk the dominator tree from the backwards branch to
20 HBasicBlock* dominator = back_edge; local
22 for (HInstructionIterator it(dominator); !it.Done(); it.Advance()) {
30 if (dominator == block) break;
32 // Move up the dominator tree.
33 dominator = dominator->dominator();
hydrogen-gvn.h 122 HBasicBlock* dominator,
145 // Used when collecting side effects on paths from dominator to
hydrogen-gvn.cc 648 HBasicBlock* dominator, HBasicBlock* dominated) {
652 if (dominator->block_id() < block->block_id() &&
661 dominator, block));
669 // traversal of the dominator tree done during GVN (the stack is handled
672 // of the dominator tree but this forces us to initialize each frame calling
689 HBasicBlock** dominator) {
692 *dominator = block();
699 *dominator = dominator_state->block();
703 *dominator = NULL;
737 // No need to copy the map for the last child in the dominator tree
    [all...]
hydrogen-instructions.cc     [all...]
hydrogen-bce.cc 12 // dominator tree.
14 // If in the dominator tree we check "exp + v1" and later (dominated)
85 // We scan the code with a dominator tree traversal.
86 // Traversing the dominator tree we keep a stack (implemented as a singly
90 // use it to "clean up" the dictionary when backtracking in the dominator tree
241 cursor = cursor->block()->dominator()->end();
266 cursor = cursor->block()->dominator()->end();
419 // Even better would be: distinguish between read-only dominator-imposed
hydrogen-bch.cc 161 current = current->dominator();
hydrogen-instructions.h 796 HValue* dominator) {
6858 HValue* dominator() const { return dominator_; } function in class:v8::FINAL::FINAL
7090 HValue* dominator() const { return dominator_; } function in class:v8::FINAL::FINAL
    [all...]
hydrogen.cc 285 HBasicBlock* current = other->dominator();
288 current = current->dominator();
379 } else if (other->dominator() != NULL) {
385 first = first->dominator();
387 second = second->dominator();
432 // dominator information about the current loop that's being processed,
628 // Check that entry block dominator is NULL.
629 DCHECK(entry_block_->dominator() == NULL);
634 if (block->dominator() == NULL) {
635 // Only start block may have no dominator assigned to
    [all...]
hydrogen.h 67 HBasicBlock* dominator() const { return dominator_; } function in class:v8::internal::FINAL
    [all...]
  /ndk/tests/device/test-gabi++/jni/
Android.mk 9 # /s/mydroid/ndk/sources/cxx-stl/gabi++/tests/catch_const_pointer_nullptr.cpp:81:6: error: dominator of 3 should be 6, not 4
  /external/chromium_org/v8/src/compiler/
scheduler.cc 323 // Build the dominator graph. TODO(danno): consider using Lengauer & Tarjan's
334 BasicBlock* dominator = *current_pred; local
337 // dominator is found.
343 dominator = GetCommonDominator(dominator, *current_pred);
347 current_rpo->dominator_ = dominator;
348 Trace("Block %d's idom is %d\n", current_rpo->id(), dominator->id());
607 // Schedule: Places nodes in dominator block of all their uses.
    [all...]
  /art/compiler/optimizing/
nodes.h 294 void SetDominator(HBasicBlock* dominator) { dominator_ = dominator; }
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 247 milliseconds