Lines Matching refs:inner_loop
57 ; CHECK: br label %inner_loop ; (mustexec in: loop)
58 ; CHECK-LABEL: inner_loop:
59 ; CHECK: %v = load i32, i32* %p, align 4 ; (mustexec in: inner_loop)
60 ; CHECK: %inner.test = icmp eq i32 %v, 0 ; (mustexec in: inner_loop)
61 ; CHECK: br i1 %inner.test, label %inner_loop, label %next ; (mustexec in: inner_loop)
69 br label %inner_loop
71 inner_loop:
74 br i1 %inner.test, label %inner_loop, label %next
90 ; CHECK: br label %inner_loop ; (mustexec in: loop)
91 ; CHECK-LABEL: inner_loop:
92 ; CHECK: %v = load i32, i32* %p, align 4 ; (mustexec in 2 loops: inner_loop, loop)
93 ; CHECK: %inner.test = icmp eq i32 %v, 0 ; (mustexec in 2 loops: inner_loop, loop)
94 ; CHECK: br i1 %inner.test, label %inner_loop, label %next ; (mustexec in 2 loops: inner_lo…
105 br label %inner_loop
107 inner_loop:
110 br i1 %inner.test, label %inner_loop, label %next