Home | History | Annotate | Download | only in compiler

Lines Matching defs:loop_depth

792   // O(max(loop_depth) * max(|loop|)
994 // O(|B| + max(loop_depth) * max(|loop|))
1083 int loop_depth = 0;
1089 loop_depth++;
1096 loop_depth);
1104 --loop_depth;
1107 current->loop_depth_ = loop_depth;