Searched refs:loop_depth_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | full-codegen.h | 69 loop_depth_(0), in FullCodeGenerator() 586 int loop_depth() { return loop_depth_; } in loop_depth() 587 void increment_loop_depth() { loop_depth_++; } in increment_loop_depth() 589 DCHECK(loop_depth_ > 0); in decrement_loop_depth() 590 loop_depth_--; in decrement_loop_depth() 830 int loop_depth_; variable
|
D | full-codegen.cc | 484 return loop_depth_ > 0; in ShouldInlineSmiCase()
|
/external/v8/src/compiler/ |
D | scheduler.cc | 515 node->id(), node->op()->mnemonic(), block->id(), block->loop_depth_, in Pre() 522 if (hoist_block->loop_depth_ < block->loop_depth_) { in Pre() 535 pre_header->id(), hoist_block->id(), pre_header->loop_depth_); in Pre() 1107 current->loop_depth_ = loop_depth; in ComputeSpecialRPO() 1110 current->loop_depth_); in ComputeSpecialRPO() 1113 current->loop_header_->id(), current->loop_depth_); in ComputeSpecialRPO()
|
D | schedule.h | 45 int32_t loop_depth_; // loop nesting, 0 is top-level variable 59 loop_depth_(0), in BasicBlockData()
|