Searched refs:add_goto (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.c | 654 static void add_goto(struct entrypoint *ep, struct basic_block *dst) in add_goto() function 688 add_goto(ep, bb); in set_activeblock() 1696 add_goto(ep, merge); in linearize_conditional() 1788 add_goto(ep, expr->value ? bb_true : bb_false); in linearize_cond_branch() 1791 add_goto(ep, expr->fvalue ? bb_true : bb_false); in linearize_cond_branch() 2223 add_goto(ep, bb_return); in linearize_return() 2331 add_goto(ep, loop_continue); in linearize_iterator() 2336 add_goto(ep, loop_top); in linearize_iterator() 2405 add_goto(ep, get_bound_block(ep, stmt->goto_label)); in linearize_statement() 2415 add_goto(ep, get_bound_block(ep, expr->label_symbol)); in linearize_statement() [all …]
|