Home | History | Annotate | Download | only in src

Lines Matching refs:body_exit

3372                                                 HBasicBlock* body_exit,
3375 if (body_exit != NULL) Goto(body_exit, loop_entry);
4959 HBasicBlock* body_exit =
4962 if (body_exit != NULL && !stmt->cond()->ToBooleanIsTrue()) {
4963 set_current_block(body_exit);
4968 body_exit = NULL;
4972 body_exit = graph()->CreateBasicBlock();
4973 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor));
4975 if (body_exit != NULL && body_exit->HasPredecessor()) {
4976 body_exit->SetJoinId(stmt->BackEdgeId());
4978 body_exit = NULL;
4988 body_exit,
5024 HBasicBlock* body_exit =
5028 body_exit,
5066 HBasicBlock* body_exit =
5069 if (stmt->next() != NULL && body_exit != NULL) {
5070 set_current_block(body_exit);
5072 body_exit = current_block();
5077 body_exit,
5169 HBasicBlock* body_exit =
5172 if (body_exit != NULL) {
5173 set_current_block(body_exit);
5177 body_exit = current_block();
5182 body_exit,