| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | cycled_phis.ll | 48 ; 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 D | pr40420.ll | 14 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 D | range_intersect_miscompile.ll | 49 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 D | with-parent-loops.ll | 63 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 D | optimistic_scev.ll | 19 br label %inner_loop 21 inner_loop: 33 br i1 %cond, label %exit, label %inner_loop
|
| H A D | add-metadata-pre-post-loops.ll | 9 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 D | loop-header.ll | 57 ; 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 D | nuw.ll | 14 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 D | cayman-loop-bug.ll | 16 %cnt = phi i32 [0, %entry], [%cnt_incr, %inner_loop] 22 br label %inner_loop 24 inner_loop: 32 br label %inner_loop
|
| H A D | infinite-loop.ll | 155 ; 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 D | misexpect-branch.c | 26 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 D | misexpect-branch-nonconst-expected-val.c | 11 const int inner_loop = 100; variable 17 if (__builtin_expect(rando % (outer_loop * inner_loop) == 0, buzz())) { in bar()
|
| H A D | misexpect-branch-unpredictable.c | 13 const int inner_loop = 100; variable 19 if (unpredictable(rando % (outer_loop * inner_loop) == 0)) { in bar()
|
| H A D | misexpect-branch-cold.c | 14 const int inner_loop = 100; variable 20 if (unlikely(rando % (outer_loop * inner_loop) == 0)) { in bar()
|
| H A D | misexpect-switch-only-default-case.c | 8 #define inner_loop 1000 macro 25 for (k = 0; k < inner_loop; ++k) { in main()
|
| H A D | misexpect-switch-default.c | 6 #define inner_loop 1000 macro 21 for (j = 0; j < outer_loop * inner_loop; ++j) { in main()
|
| H A D | misexpect-switch.c | 6 #define inner_loop 1000 macro 21 for (k = 0; k < inner_loop; ++k) { in main()
|
| H A D | misexpect-switch-nonconst.c | 8 #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 D | loop_proto_to_cxx.cpp | 30 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 D | loop_proto_to_llvm.cpp | 37 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 D | single-base.ll | 18 ; 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 D | depth-limit-overrun.ll | 32 ; 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 D | recphi.ll | 267 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 D | exponential-switch-unswitch.ll | 93 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 D | 2008-04-10-ScavengerAssert.ll | 204 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
|