Lines Matching refs:loop_depth
860 // O(|B| + max(loop_depth) * max(|loop|))
947 int32_t loop_depth = entry->loop_depth();
948 if (entry->IsLoopHeader()) --loop_depth; // Entry might be a loop header.
963 --loop_depth;
969 ++loop_depth;
976 current->id().ToInt(), loop_depth);
979 current->set_loop_depth(loop_depth);
983 current->loop_depth());
987 current->loop_depth());
1005 // O(max(loop_depth) * max(|loop|)
1074 if (block->loop_depth() > 0) {
1075 os << " depth: " << block->loop_depth();
1120 int loop_depth = 0;
1122 loop_depth++;
1124 DCHECK_EQ(loop_depth, header->loop_depth());
1135 DCHECK_GE(block->loop_depth(), loop_depth);
1575 block->loop_depth(), min_block->id().ToInt());
1587 DCHECK_LT(hoist_block->loop_depth(), block->loop_depth());