HomeSort by relevance Sort by last modified time
    Searched full:dominator_candidate (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
hydrogen.cc 323 // non-loop-exiting successor edges at the dominator_candidate block doesn't
326 // through the dominator_candidate block. In this case, the
327 // dominator_candidate block is guaranteed to dominate all blocks reachable
334 HBasicBlock* dominator_candidate = graph_->blocks()->at(j); local
335 for (HPredecessorIterator it(dominator_candidate); !it.Done();
339 if (predecessor->block_id() < dominator_candidate->block_id()) {
353 HBasicBlock* parent_loop_header = dominator_candidate->parent_loop_header();
355 (parent_loop_header == this && !dominator_candidate->IsLoopHeader())) {
356 dominator_candidate->MarkAsLoopSuccessorDominator();
358 HControlInstruction* end = dominator_candidate->end()
    [all...]

Completed in 944 milliseconds