Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:true_branch

1066     builder()->GotoNoSimulate(true_block, continuation->true_branch());
4368 HBasicBlock* true_branch = NULL;
4370 continuation->Continue(&true_branch, &false_branch);
4374 owner()->set_current_block(true_branch);
4376 HBasicBlock* join = owner()->CreateJoin(true_branch, false_branch, ast_id);
4468 HBasicBlock* true_branch = NULL;
4470 continuation->Continue(&true_branch, &false_branch);
4472 owner()->Goto(true_branch, if_true(), owner()->function_state());