Home | History | Annotate | Download | only in src

Lines Matching refs:true_branch

891     builder()->GotoNoSimulate(true_block, continuation->true_branch());
4063 HBasicBlock* true_branch = NULL;
4065 continuation->Continue(&true_branch, &false_branch);
4069 owner()->set_current_block(true_branch);
4071 HBasicBlock* join = owner()->CreateJoin(true_branch, false_branch, ast_id);
4163 HBasicBlock* true_branch = NULL;
4165 continuation->Continue(&true_branch, &false_branch);
4167 owner()->Goto(true_branch, if_true(), owner()->function_state());