Lines Matching refs:loop
3 ; These tests check for loop branching structure, and that the loop align
6 ; CodeGen should insert a branch into the middle of the loop in
7 ; order to avoid a branch within the loop.
19 br label %loop
21 loop:
29 br label %loop
36 ; CodeGen should move block_a to the top of the loop so that it
37 ; falls through into the loop, avoiding a branch within the loop.
49 br label %loop
51 loop:
60 br i1 %t3, label %exit, label %loop
64 br label %loop
95 br label %loop
97 loop:
106 br i1 %t3, label %exit, label %loop
124 br label %loop
131 ; CodeGen should move the CFG islands that are part of the loop but don't
133 ; loop.
159 br label %loop
161 loop:
184 br label %loop
192 br label %loop
196 br label %loop
200 br label %loop