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

  /external/v8/src/
lithium-allocator.cc     [all...]
hydrogen.cc 229 while (current->parent_loop_header() != NULL) {
230 current = current->parent_loop_header();
353 HBasicBlock* parent_loop_header = dominator_candidate->parent_loop_header(); local
355 (parent_loop_header == this && !dominator_candidate->IsLoopHeader())) {
422 if (block->parent_loop_header() == loop_header()) return;
423 if (block->parent_loop_header() != NULL) {
424 AddBlock(block->parent_loop_header());
784 if (block->parent_loop_header() != loop_header) return;
    [all...]
hydrogen.h 111 HBasicBlock* parent_loop_header() const { return parent_loop_header_; } function in class:v8::internal::HBasicBlock
    [all...]

Completed in 173 milliseconds