Searched refs:loop_bottom (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | show-parse.c | 670 int val, loop_top = 0, loop_bottom = 0; in show_statement() local 677 loop_bottom = new_label(); in show_statement() 678 printf("\tjmp\t\t.L%d\n", loop_bottom); in show_statement() 681 loop_bottom = new_label(); in show_statement() 683 printf("\tje\t\tv%d, .L%d\n", val, loop_bottom); in show_statement() 705 if (loop_bottom) in show_statement() 706 printf(".L%d:\n", loop_bottom); in show_statement()
|
D | compile-i386.c | 1917 int loop_top = 0, loop_bottom, loop_continue; in emit_loop() local 1921 loop_bottom = new_label(); in emit_loop() 1923 loopstk_push(loop_continue, loop_bottom); in emit_loop() 1936 lbv->label = loop_bottom; in emit_loop() 1943 lbv->label = loop_bottom; in emit_loop() 1982 emit_label(loop_bottom, "loop bottom"); in emit_loop()
|