Lines Matching refs:add_goto
654 static void add_goto(struct entrypoint *ep, struct basic_block *dst)
688 add_goto(ep, bb);
1696 add_goto(ep, merge);
1788 add_goto(ep, expr->value ? bb_true : bb_false);
1791 add_goto(ep, expr->fvalue ? bb_true : bb_false);
2223 add_goto(ep, bb_return);
2331 add_goto(ep, loop_continue);
2336 add_goto(ep, loop_top);
2405 add_goto(ep, get_bound_block(ep, stmt->goto_label));
2415 add_goto(ep, get_bound_block(ep, expr->label_symbol));
2463 add_goto(ep, endif);