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

  /external/v8/src/compiler/
scheduler.cc 589 scheduled_nodes_.resize(schedule_->BasicBlockCount(), NodeVector(zone_));
745 DCHECK_LT(previous_block_count_, schedule_->BasicBlockCount());
746 stack_.resize(schedule_->BasicBlockCount() - previous_block_count_);
747 previous_block_count_ = schedule_->BasicBlockCount();
    [all...]
schedule.h 193 size_t BasicBlockCount() const { return all_blocks_.size(); }
verifier.cc     [all...]

Completed in 193 milliseconds