/external/llvm/test/Transforms/LoopUnswitch/ |
D | 2012-04-30-LoopUnswitch-LPad-Crash.ll | 22 to label %for.cond3 unwind label %lpad 24 for.cond3: ; preds = %invoke.cont6, %invoke.cont 28 invoke.cont4: ; preds = %for.cond3 33 br i1 undef, label %for.cond3, label %for.end 35 lpad: ; preds = %for.end, %invoke.cont4, %for.cond3, %i…
|
/external/llvm/test/Transforms/JumpThreading/ |
D | and-and-cond.ll | 7 define i32 @test(i1 %cond, i1 %cond2, i1 %cond3) { 23 ; CHECK-NEXT: %D = and i1 %cond2, %cond3 28 %D = and i1 %C, %cond3
|
D | basic.ll | 118 ; CHECK-NEXT: %cond3 = icmp eq i32 %v1, 412 119 ; CHECK-NEXT: br i1 %cond3, label %T2, label %F2 122 %cond3 = icmp eq i32 %v1, 412 130 %A = phi i1 [%cond3, %T1], [%cond2, %F1]
|
/external/llvm/test/CodeGen/ARM/ |
D | thumb2-size-reduction-internal-flags.ll | 23 br label %for.cond3.preheader 25 for.cond3.preheader: ; preds = %if.end85, %entry 32 for.cond6.preheader: ; preds = %for.inc30, %for.cond3.preheader 33 %call197 = phi i32 [ %call, %for.inc30 ], [ %call192, %for.cond3.preheader ] 34 %i.0196 = phi i32 [ %inc31, %for.inc30 ], [ 0, %for.cond3.preheader ] 35 %temp.1195 = phi %struct.cells* [ %5, %for.inc30 ], [ %present, %for.cond3.preheader ] 36 %savefaulty.0194 = phi i32 [ %add12, %for.inc30 ], [ 0, %for.cond3.preheader ] 37 %savef_free.0193 = phi i32 [ %add11, %for.inc30 ], [ 0, %for.cond3.preheader ] 150 br label %for.cond3.preheader
|
/external/llvm/test/Transforms/InstMerge/ |
D | st_sink_bugfix_22613.ll | 42 br label %for.cond3 44 for.cond3: ; preds = %for.inc, %for.body 49 for.body5: ; preds = %for.cond3 71 br label %for.cond3 73 for.end: ; preds = %for.cond3
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2014-06-21-congruent-constant.ll | 31 br i1 %tobool4, label %for.cond3, label %for.body9.preheader 42 for.cond3: ; preds = %for.cond3, %if.end 43 br label %for.cond3
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | crash.ll | 49 switch i32 %e.2.i, label %for.cond3.i [ 54 for.cond3.i: ; preds = %for.cond3.i, %for.body.i 55 br label %for.cond3.i
|
/external/llvm/test/Analysis/AssumptionCache/ |
D | basic.ll | 18 %cond3 = icmp sgt i32 %a, 0 19 call void @llvm.assume(i1 %cond3)
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2008-07-29-SMinExpr.ll | 8 %cond3 = select i1 %cmp2, i32 %y, i32 %x 9 %cmp54 = icmp slt i32 %cond3, -2147483632
|
D | flags-from-poison.ll | 587 %cond3 = icmp eq i32 %o_idx, %outer_l 588 br i1 %cond3, label %exit, label %outer
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-01-07-LegalizeTypesCrash.ll | 11 %cond3 = extractelement <4 x i1> %i17, i32 1 12 %_comp4 = select i1 %cond3, i8 0, i8 undef
|
D | block-placement.ll | 49 %cond3 = icmp ugt i32 %val3, 3 50 br i1 %cond3, label %then3, label %else3, !prof !0
|
/external/llvm/test/Feature/ |
D | cfgstructures.ll | 32 define void @nested(i1 %cond1, i1 %cond2, i1 %cond3) { 42 br i1 %cond3, label %Loop3, label %L3Exit
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 43 %cond3 = icmp eq i32 %V, 4 ; <i1> [#uses=1] 44 br i1 %cond3, label %Done, label %C
|
D | switch_create.ll | 337 %or.cond3 = or i1 %or.cond2, %cmp11 339 %or.cond4 = or i1 %or.cond3, %cmp14
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 122 ; cond3 128 define void @conditional2(i32 %a, i32 %b, i32 %c, i1 %cond1, i1 %cond2, i1 %cond3) { 140 br i1 %cond3, label %bb4, label %bb5
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2011-08-08-PhiUpdate.ll | 94 %cond3 = call zeroext i1 @check() 95 br i1 %cond3, label %do.end, label %do.body
|
D | unloop.ll | 435 ; CHECK: for.cond3: 449 for.cond: ; preds = %for.cond3, %lbl_616 459 br i1 false, label %for.body2, label %for.cond3 467 for.cond3: ; preds = %for.cond1 470 if.end: ; preds = %for.cond3
|
/external/v8/test/cctest/compiler/ |
D | test-loop-analysis.cc | 824 Node* cond3 = t.graph.NewNode(&kIntAdd, phi3, p3b); in RunEdgeMatrix3() local 825 Node* branch3 = t.graph.NewNode(t.common.Branch(), cond3, loop3); in RunEdgeMatrix3() 852 Node* l3[] = {phi1, cond1, phi2, cond2, phi3, cond3}; in RunEdgeMatrix3() 866 loop3, phi3, cond3, branch3, if_true3}; in RunEdgeMatrix3() 871 phi3, cond3, branch3, if_true3}; in RunEdgeMatrix3() 875 Node* body3[] = {cond3, branch3, if_true3}; in RunEdgeMatrix3()
|
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 11509 IRTemp cond3 = newTemp(Ity_I32); in s390_irgen_MVCL() local 11510 assign(cond3, unop(Iop_1Uto32, in s390_irgen_MVCL() 11519 mkexpr(cond3)), in s390_irgen_MVCL()
|