Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c659 int val, loop_top = 0, loop_bottom = 0; in show_statement() local
676 loop_top = new_label(); in show_statement()
677 printf(".L%d:\n", loop_top); in show_statement()
684 printf("\tjmp\t\t.L%d\n", loop_top); in show_statement()
687 printf("\tjmp\t\t.L%d\n", loop_top); in show_statement()
690 printf("\tjne\t\tv%d, .L%d\n", val, loop_top); in show_statement()
H A Dcompile-i386.c1918 int loop_top = 0, loop_bottom, loop_continue; in emit_loop() local
1929 loop_top = new_label(); in emit_loop()
1930 emit_label(loop_top, "loop top"); in emit_loop()
1961 lbv->label = loop_top; in emit_loop()
1967 lbv->label = loop_top; in emit_loop()
1973 lbv->label = loop_top; in emit_loop()
H A Dlinearize.c2272 struct basic_block *loop_top, *loop_body, *loop_continue, *loop_end; in linearize_iterator() local
2281 loop_body = loop_top = alloc_basic_block(ep, stmt->pos); in linearize_iterator()
2287 loop_top = alloc_basic_block(ep, stmt->pos); in linearize_iterator()
2288 set_activeblock(ep, loop_top); in linearize_iterator()
2304 add_goto(ep, loop_top); in linearize_iterator()
2306 linearize_cond_branch(ep, post_condition, loop_top, loop_end); in linearize_iterator()