Home | History | Annotate | Download | only in compiler

Lines Matching refs:current_loop

1081   LoopInfo* current_loop = NULL;
1090 current_loop = &loops[current->loop_end_];
1091 BlockList* end = current_loop->end;
1094 current_header = current_loop->header;
1101 DCHECK(current_loop != NULL);
1102 current_loop = current_loop->prev;
1103 current_header = current_loop == NULL ? NULL : current_loop->header;