Searched refs:body2 (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | sink-out-of-loop.ll | 14 ; CHECK: [[LN2:LBB0_[0-9]+]]: ## %for.body2 43 br i1 %exitcond34, label %for.body2, label %preheader 45 for.body2: 46 %iv = phi i64 [ %iv.next, %for.body2 ], [ 0, %exit ] 50 br i1 %exitcond, label %for.end20, label %for.body2
|
D | coalesce-implicitdef.ll | 30 br label %for.body2 32 for.body2: ; preds = %for.body, %for.inc 37 if.then: ; preds = %for.body2 45 if.then10: ; preds = %for.body2 50 br i1 undef, label %for.body2, label %if.end30
|
D | block-placement.ll | 90 ; CHECK: %body2 101 br i1 %unlikelycond1, label %unlikely1, label %body2, !prof !0 105 br label %body2 107 body2: 134 ; CHECK: %body2 149 br i1 %bailcond1, label %bail1, label %body2 154 body2: 312 ; CHECK: %loop.body2 322 br i1 undef, label %loop.body3, label %loop.body2 324 loop.body2: [all …]
|
D | x86-shrink-wrapping.ll | 683 %sum.03 = phi i32 [ 0, %if.then ], [ %add, %body1 ], [ 1, %body2] 687 br i1 undef, label %body1, label %body2 693 body2:
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | wineh-unreachable.ll | 110 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller 117 catch.body2: 132 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller 135 catch.body2: 154 %cs1 = catchswitch within none [label %catch.body, label %catch.body2] unwind to caller 155 ; CHECK: catchswitch within none [label %catch.body, label %catch.body2] unwind to caller 161 catch.body2:
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | SolveQuadraticEquation.ll | 50 br label %for.body2 52 for.body2: 53 %indvar = phi i64 [ 0, %preheader ], [ %indvar.next, %for.body2 ] 58 br i1 undef, label %end, label %for.body2
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | SolveQuadraticEquation.ll | 49 br label %for.body2 51 for.body2: 52 %indvar = phi i64 [ 0, %preheader ], [ %indvar.next, %for.body2 ] 57 br i1 undef, label %end, label %for.body2
|
/external/llvm/test/CodeGen/ARM/ |
D | coalesce-dbgvalue.ll | 26 br i1 %cmp, label %for.body2, label %for.end9, !dbg !26 28 for.body2: ; preds = %for.cond1 38 land.rhs: ; preds = %for.body2 43 land.end: ; preds = %land.rhs, %for.body2 44 %1 = phi i1 [ false, %for.body2 ], [ %tobool5, %land.rhs ]
|
D | arm-shrink-wrapping.ll | 578 %sum.03 = phi i32 [ 0, %if.then ], [ %add, %body1 ], [ 1, %body2] 582 br i1 undef, label %body1, label %body2 588 body2:
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | full-unroll-crashers.ll | 177 br i1 undef, label %for.body2, label %for.inc 179 for.body2:
|
D | unloop.ll | 459 br i1 false, label %for.body2, label %for.cond3 461 for.body2: ; preds = %for.cond1 464 for.cond.i: ; preds = %for.cond.i, %for.body2
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc-shrink-wrapping.ll | 570 %sum.03 = phi i32 [ 0, %if.then ], [ %add, %body1 ], [ 1, %body2] 574 br i1 undef, label %body1, label %body2 580 body2:
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-shrink-wrapping.ll | 584 %sum.03 = phi i32 [ 0, %if.then ], [ %add, %body1 ], [ 1, %body2] 588 br i1 undef, label %body1, label %body2 594 body2:
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | CallTest.java | 848 BufferedSource body2 = response2.body().source(); in reusedSourcesGetIndependentTimeoutInstances() local 849 assertEquals("def", body2.readUtf8()); in reusedSourcesGetIndependentTimeoutInstances() 850 assertFalse(body2.timeout().hasDeadline()); in reusedSourcesGetIndependentTimeoutInstances()
|