Home | History | Annotate | Download | only in src

Lines Matching refs:body_exit

648                                        HBasicBlock* body_exit,
651 if (body_exit != NULL) body_exit->Goto(loop_entry);
3185 HBasicBlock* body_exit =
3188 if (body_exit != NULL && !stmt->cond()->ToBooleanIsTrue()) {
3189 set_current_block(body_exit);
3192 body_exit = graph()->CreateBasicBlock();
3194 CHECK_BAILOUT(VisitForControl(stmt->cond(), body_exit, loop_successor));
3195 if (body_exit->HasPredecessor()) {
3196 body_exit->SetJoinId(stmt->BackEdgeId());
3198 body_exit = NULL;
3208 body_exit,
3248 HBasicBlock* body_exit =
3252 body_exit,
3293 HBasicBlock* body_exit =
3296 if (stmt->next() != NULL && body_exit != NULL) {
3297 set_current_block(body_exit);
3299 body_exit = current_block();
3304 body_exit,
3406 HBasicBlock* body_exit =
3409 if (body_exit != NULL) {
3410 set_current_block(body_exit);
3418 body_exit = current_block();
3423 body_exit,