Lines Matching refs:UNROLL
1 … < %s -S -loop-unroll -unroll-runtime=true -unroll-count=16 | FileCheck --check-prefix=UNROLL-16 %s
2 …pt < %s -S -loop-unroll -unroll-runtime=true -unroll-count=4 | FileCheck --check-prefix=UNROLL-4 %s
8 ; UNROLL-16-LABEL: @test(
9 ; UNROLL-4-LABEL: @test(
14 ; UNROLL-16-NOT: for.body.prol:
15 ; UNROLL-4: for.body.prol:
18 ; UNROLL-16-LABEL: for.body:
19 ; UNROLL-4-LABEL: for.body:
24 ; UNROLL-16-LABEL: for.body
25 ; UNROLL-16-LABEL: getelementptr
26 ; UNROLL-16-LABEL-NOT: getelementptr
28 ; UNROLL-4-LABEL: getelementptr
29 ; UNROLL-4-LABEL: getelementptr
30 ; UNROLL-4-LABEL: getelementptr
31 ; UNROLL-4-LABEL: getelementptr
40 ; UNROLL-16-LABEL: for.end
41 ; UNROLL-4-LABEL: for.end