Home
last modified time | relevance | path

Searched refs:loop_bottom (Results 1 – 2 of 2) 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
666 loop_bottom = new_label(); in show_statement()
667 printf("\tjmp\t\t.L%d\n", loop_bottom); in show_statement()
670 loop_bottom = new_label(); in show_statement()
672 printf("\tje\t\tv%d, .L%d\n", val, loop_bottom); in show_statement()
694 if (loop_bottom) in show_statement()
695 printf(".L%d:\n", loop_bottom); in show_statement()
H A Dcompile-i386.c1918 int loop_top = 0, loop_bottom, loop_continue; in emit_loop() local
1922 loop_bottom = new_label(); in emit_loop()
1924 loopstk_push(loop_continue, loop_bottom); in emit_loop()
1937 lbv->label = loop_bottom; in emit_loop()
1944 lbv->label = loop_bottom; in emit_loop()
1983 emit_label(loop_bottom, "loop bottom"); in emit_loop()