Home
last modified time | relevance | path

Searched refs:get_bound_block (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c615 static struct basic_block * get_bound_block(struct entrypoint *ep, struct symbol *label) in get_bound_block() function
2014 bb_ret = get_bound_block(ep, stmt->ret); in linearize_fn_statement()
2184 struct basic_block *bb_return = get_bound_block(ep, ret); in linearize_return()
2222 struct basic_block *bb_case = get_bound_block(ep, sym); in linearize_switch()
2373 add_goto(ep, get_bound_block(ep, stmt->goto_label)); in linearize_statement()
2383 add_goto(ep, get_bound_block(ep, expr->label_symbol)); in linearize_statement()
2393 struct basic_block *bb_computed = get_bound_block(ep, sym); in linearize_statement()