Searched refs:test_loop (Results 1 – 6 of 6) sorted by relevance
11 test_loop: label13 jnz test_loop
10 test_loop: label12 bne 0,test_loop # loop until zero
4 ; CHECK-LABEL: {{^}}test_loop:5 define void @test_loop(i32 addrspace(1)* noalias %out, i32 addrspace(1)* noalias %in, i32 %val) nou…
92 function test_loop(x) { function195 test(2, test_loop);
28 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone {29 ; CHECK: test_loop