Home
last modified time | relevance | path

Searched refs:inner_loop (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dcycled_phis.ll48 ; CHECK-NEXT: %inner_lcssa = phi i32 [ %inner_phi, %inner_loop ]
53 ; CHECK-NEXT: Loop %inner_loop: Unpredictable backedge-taken count.
66 br label %inner_loop
68 inner_loop:
72 br i1 %inner_cond, label %inner_loop, label %outer_backedge
75 %inner_lcssa = phi i32 [%inner_phi, %inner_loop]
104 ; CHECK-NEXT: Loop %inner_loop: Unpredictable backedge-taken count.
118 br label %inner_loop
120 inner_loop:
124 br i1 %inner_cond, label %inner_loop, label %outer_backedge
[all …]
H A Dpr40420.ll14 br label %inner_loop
16 outer_latch: ; preds = %inner_loop
17 %tmp20.lcssa = phi i8 [ %tmp20.6, %inner_loop ]
21 inner_loop: ; preds = %inner_latch, %outer_loop
46 inner_latch: ; preds = %inner_loop
49 br label %inner_loop
/llvm-project-15.0.7/llvm/test/Transforms/IRCE/
H A Drange_intersect_miscompile.ll49 br label %inner_loop
51 inner_loop: ; preds = %inner_loop, %loop_header.split.us
55 br i1 %inner_cond, label %inner_loop, label %range_check_block
99 br label %inner_loop
101 inner_loop: ; preds = %inner_loop, %loop_header.split.us
147 br label %inner_loop
149 inner_loop: ; preds = %inner_loop, %loop_header.split.us
197 br label %inner_loop
199 inner_loop: ; preds = %inner_loop, %loop_header.split.us
262 br label %inner_loop
[all …]
H A Dwith-parent-loops.ll63 br label %inner_loop.exit
66 br label %inner_loop.exit
109 br label %inner_loop.exit.i
112 br label %inner_loop.exit.i
153 br label %inner_loop.exit
156 br label %inner_loop.exit
176 br label %inner_loop.exit12
179 br label %inner_loop.exit12
299 br label %inner_loop.exit
302 br label %inner_loop.exit
[all …]
H A Doptimistic_scev.ll19 br label %inner_loop
21 inner_loop:
33 br i1 %cond, label %exit, label %inner_loop
H A Dadd-metadata-pre-post-loops.ll9 define void @inner_loop(i32* %arr, i32* %a_len_ptr, i32 %n) #0 {
10 ; CHECK-LABEL: inner_loop(
/llvm-project-15.0.7/llvm/test/Analysis/MustExecute/
H A Dloop-header.ll57 ; CHECK: br label %inner_loop ; (mustexec in: loop)
58 ; CHECK-LABEL: 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
91 ; CHECK-LABEL: inner_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:
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dnuw.ll14 br label %inner_loop
16 inner_loop:
17 %local_2 = phi i32 [ 0, %outer_loop ], [ %1, %inner_loop ]
18 %local_3 = phi i32 [ -104, %outer_loop ], [ %0, %inner_loop ]
22 br i1 %2, label %outer_tail, label %inner_loop
25 %3 = phi i32 [ %0, %inner_loop ]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dcayman-loop-bug.ll16 %cnt = phi i32 [0, %entry], [%cnt_incr, %inner_loop]
22 br label %inner_loop
24 inner_loop:
32 br label %inner_loop
H A Dinfinite-loop.ll155 ; SI-NEXT: .LBB3_3: ; %inner_loop
179 ; IR: inner_loop:
194 ; br i1 %cond2, label %outer_loop, label %inner_loop
195 br label %inner_loop
197 inner_loop: ; preds = %LeafBlock, %LeafBlock1
200 br i1 %cond3, label %inner_loop, label %outer_loop
/llvm-project-15.0.7/clang/test/Profile/
H A Dmisexpect-branch.c26 const int inner_loop = 100; variable
32 …if (likely(rando % (outer_loop * inner_loop) == 0)) { // exact-warning-re {{Potential performance … in bar()
43 …if (unlikely(rando % (outer_loop * inner_loop) == 0)) { // exact-warning-re {{Potential performanc… in fizz()
H A Dmisexpect-branch-nonconst-expected-val.c11 const int inner_loop = 100; variable
17 if (__builtin_expect(rando % (outer_loop * inner_loop) == 0, buzz())) { in bar()
H A Dmisexpect-branch-unpredictable.c13 const int inner_loop = 100; variable
19 if (unpredictable(rando % (outer_loop * inner_loop) == 0)) { in bar()
H A Dmisexpect-branch-cold.c14 const int inner_loop = 100; variable
20 if (unlikely(rando % (outer_loop * inner_loop) == 0)) { in bar()
H A Dmisexpect-switch-only-default-case.c8 #define inner_loop 1000 macro
25 for (k = 0; k < inner_loop; ++k) { in main()
H A Dmisexpect-switch-default.c6 #define inner_loop 1000 macro
21 for (j = 0; j < outer_loop * inner_loop; ++j) { in main()
H A Dmisexpect-switch.c6 #define inner_loop 1000 macro
21 for (k = 0; k < inner_loop; ++k) { in main()
H A Dmisexpect-switch-nonconst.c8 #define inner_loop 1000 macro
25 for (k = 0; k < inner_loop; ++k) { in main()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp30 static bool inner_loop = false; variable
34 inner_loop = true; in InnerLoop()
37 inner_loop = false; in ~InnerLoop()
50 std::string which_loop = inner_loop ? "j" : "i"; in operator <<()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp37 static bool inner_loop = false; variable
41 inner_loop = true; in InnerLoop()
44 inner_loop = false; in ~InnerLoop()
55 std::string which_loop = inner_loop ? "inner" : "outer"; in VarRefToString()
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Dsingle-base.ll18 ; CHECK: inner_loop:
38 br i1 %c1, label %inner_loop, label %exit
40 inner_loop:
41 %b6 = phi i8 addrspace(1)* [ %b5, %loop ], [ %b6, %inner_loop ]
43 br i1 %c2, label %inner_loop, label %inner_loop_latch
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Ddepth-limit-overrun.ll32 ; DEFAULT: inner_loop:
95 ; LIMIT: inner_loop:
153 br label %inner_loop
155 inner_loop:
156 %phi5 = phi i32 [ %phi3, %preheader ], [ %i30, %inner_loop ]
157 %phi6 = phi i32 [ %phi2, %preheader ], [ %i33, %inner_loop ]
158 %iter = phi i32 [ %C, %preheader ], [ %iter.sub, %inner_loop ]
177 br i1 %iter.cmp, label %outer_tail, label %inner_loop
180 %phi7 = phi i32 [ %phi2, %guard ], [ %i33, %inner_loop ]
/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Drecphi.ll267 br label %inner_loop
269 inner_loop:
270 %p.inner = phi i8* [ %p.outer, %outer_loop ], [ %p.inner.next, %inner_loop ]
274 br i1 %c, label %inner_loop, label %outer_loop_latch
305 br label %inner_loop
307 inner_loop:
312 br i1 %c, label %inner_loop, label %outer_loop_latch
340 br label %inner_loop
342 inner_loop:
343 %p.inner = phi i8* [ %p.outer, %outer_loop ], [ %p.inner.next, %inner_loop ]
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dexponential-switch-unswitch.ll93 br label %inner_loop
94 inner_loop:
119 br i1 %test_inner, label %inner_loop, label %outer_latch
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2008-04-10-ScavengerAssert.ll204 br i1 false, label %inner_loop.exit, label %cond_next85
205 inner_loop.exit: ; preds = %cond_true56
211 cond_false96: ; preds = %inner_loop.exit
213 cond_next104: ; preds = %inner_loop.exit

12