Lines Matching refs:loop_depth
380 __ dd(back_edges_[i].loop_depth);
486 ASSERT(loop_depth() > 0);
487 uint8_t depth = Min(loop_depth(), Code::kMaxLoopNestingMarker);
1658 if (static_cast<int>(back_edges.loop_depth(i)) == loop_nesting_level) {
1682 if (static_cast<int>(back_edges.loop_depth(i)) <= loop_nesting_level) {
1727 uint32_t loop_depth = back_edges.loop_depth(i);
1728 CHECK_LE(static_cast<int>(loop_depth), Code::kMaxLoopNestingMarker);
1731 CHECK_EQ((static_cast<int>(loop_depth) <= loop_nesting_level),