Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:loop_header

1932   HBasicBlock* loop_header =
1935 if (loop_header == NULL) return pos;
1940 while (loop_header != NULL) {
1945 loop_header->first_instruction_index());
1955 loop_header = loop_header->parent_loop_header();