Home
last modified time | relevance | path

Searched refs:land (Results 1 – 25 of 129) sorted by relevance

123456

/external/llvm/test/Transforms/JumpThreading/
D2010-08-26-and.ll26 br label %land.lhs.true.i
28 land.lhs.true.i: ; preds = %_ZN12StringSwitchI5ColorE4CaseILj7EEER…
40 i32 3, label %land.lhs.true5.i
41 i32 6, label %land.lhs.true5.i37
44 land.lhs.true5.i: ; preds = %land.lhs.true.i
49 _ZN12StringSwitchI5ColorE4CaseILj4EEERS1_RAT__KcRKS0_.exit: ; preds = %land.lhs.true5.i
52 land.lhs.true5.i37: ; preds = %land.lhs.true.i
57 if.then.i40: ; preds = %land.lhs.true5.i37
60 … preds = %if.then.i40, %land.lhs.true5.i37, %_ZN12StringSwitchI5ColorE4CaseILj4EEERS1_RAT__KcRKS0_…
61 …retval.0.i.pre161, %land.lhs.true5.i37 ], [ 2, %if.then.i40 ], [ %retval.0.i.pre161, %land.lhs.tru…
[all …]
Dcrash.ll375 br i1 %tobool, label %land.end69, label %land.rhs
377 land.rhs: ; preds = %entry
378 br label %land.end69
380 land.end69: ; preds = %land.rhs, %entry
381 %0 = phi i1 [ undef, %land.rhs ], [ true, %entry ] ; <i1> [#uses=1]
386 if.then: ; preds = %land.end69
389 if.end: ; preds = %land.end69
443 br i1 %c, label %land.end, label %land.rhs
445 land.rhs: ; preds = %entry
446 br i1 %c2, label %lor.lhs.false.i, label %land.end
[all …]
D2011-04-14-InfLoop.ll15 br i1 %cmp1179, label %for.cond1177, label %land.rhs1320
17 land.rhs1320:
22 %tobool.pr.i = phi i1 [ false, %if.end.i ], [ false, %land.rhs1320 ]
/external/llvm/test/CodeGen/MSP430/
D2010-05-01-CombinerAnd.ll12 br i1 undef, label %land.rhs, label %land.end
14 land.rhs: ; preds = %while.cond
15 br label %land.end
17 land.end: ; preds = %land.rhs, %while.cond
18 %0 = phi i1 [ false, %while.cond ], [ undef, %land.rhs ] ; <i1> [#uses=1]
21 while.body: ; preds = %land.end
25 while.end: ; preds = %land.end
/external/llvm/test/Transforms/PhaseOrdering/
DPR6627.ll15 br i1 %cmp, label %land.lhs.true, label %if.end
17 land.lhs.true: ; preds = %entry
22 br i1 %cmp7, label %land.lhs.true9, label %if.end
24 land.lhs.true9: ; preds = %land.lhs.true
29 br i1 %cmp15, label %land.lhs.true17, label %if.end
31 land.lhs.true17: ; preds = %land.lhs.true9
38 if.then: ; preds = %land.lhs.true17
59 br i1 %cmp, label %land.lhs.true, label %if.end
61 land.lhs.true: ; preds = %entry
66 br i1 %cmp7, label %land.lhs.true9, label %if.end
[all …]
/external/llvm/test/CodeGen/X86/
D2009-07-16-CoalescerBug.ll33 br i1 undef, label %land.end, label %land.rhs
35 land.rhs: ; preds = %if.else139
38 land.end: ; preds = %if.else139
39 br i1 undef, label %land.lhs.true285, label %if.then315
41 land.lhs.true285: ; preds = %land.end
44 if.then315: ; preds = %land.end
47 if.then322: ; preds = %land.lhs.true285
50 if.end324: ; preds = %land.lhs.true285
57 br i1 undef, label %if.end394, label %land.lhs.true387
59 land.lhs.true387: ; preds = %if.end384
[all …]
D2011-05-26-UnreachableBlockElim.ll21 br i1 undef, label %land.end.thread.i, label %land.end.i
23 land.end.thread.i: ; preds = %if.end.i
28 land.end.i: ; preds = %if.end.i
33 cond.true138.i: ; preds = %for.end.i, %land.end.thread.i
37 cond.false156.i: ; preds = %for.end.i, %land.end.thread.i
38 %idxprom1114.i = phi i64 [ undef, %land.end.thread.i ], [ %idxprom.i, %land.end.i ]
D2011-09-14-valcoalesce.ll7 ; critical edge from land.lhs.true.i -> if.end117.i:
9 ; critical edge from land.lhs.true103.i -> if.end117.i:
25 ; CHECK: # %land.lhs.true.i
27 ; CHECK: # %land.lhs.true103.i
105 br i1 undef, label %land.lhs.true.i, label %if.end117.i
107 land.lhs.true.i: ; preds = %while.end.i
108 br i1 undef, label %land.lhs.true103.i, label %if.end117.i
110 land.lhs.true103.i: ; preds = %land.lhs.true.i
113 if.then108.i: ; preds = %land.lhs.true103.i
116 … ; preds = %if.then108.i, %land.lhs.true103.i, %land.lhs.true…
[all …]
D2009-11-18-TwoAddrKill.ll13 br i1 undef, label %cond.false.i29, label %land.lhs.true.i
15 land.lhs.true.i: ; preds = %entry
19 cond.false.i29: ; preds = %land.lhs.true.i, %entry
24 bar.exit: ; preds = %cond.false.i29, %land.lhs.true.i
25 %call1231 = phi i8 [ %mul.i, %cond.false.i29 ], [ %conv8, %land.lhs.true.i ] ; <i8> [#uses=0]
D2009-08-06-branchfolder-crash.ll13 br i1 %or.cond, label %lor.rhs, label %land.lhs.true3
15 land.lhs.true3: ; preds = %entry
20 lor.rhs: ; preds = %land.lhs.true3, %entry
34 cond.end: ; preds = %cond.false, %lor.end, %land.lhs.true3
35 …%cond = phi i32 [ %conv21, %cond.false ], [ 1, %land.lhs.true3 ], [ %lor.ext, %lor.end ] ; <i32> …
67 br i1 %or.cond.i, label %lor.rhs.i, label %land.lhs.true3.i
69 land.lhs.true3.i: ; preds = %entry
82 lor.end.i: ; preds = %lor.rhs.i, %land.lhs.true3.i
86 for.inc: ; preds = %for.inc, %lor.end.i, %lor.rhs.i, %land.lhs.true3.i
117 br i1 %or.cond.i, label %lor.rhs.i, label %land.lhs.true3.i
[all …]
Dasm-label.ll12 br i1 undef, label %land.lhs.true, label %if.end11
14 land.lhs.true: ; preds = %entry
17 if.then: ; preds = %land.lhs.true
35 if.end11: ; preds = %cleanup.cont, %cleanup, %land.lhs.true…
Dzext-extract_subreg.ll26 br i1 %cmp149, label %while.end, label %land.rhs
28 land.rhs: ; preds = %while.cond
31 while.body: ; preds = %land.rhs
34 while.end: ; preds = %land.rhs, %while.cond
/external/llvm/test/Transforms/LoopUnroll/
D2011-08-09-PhiUpdate.ll17land.lhs.true ], [ 0, %do.cond ], [ %tmp7.i.1, %land.lhs.true.1 ], [ 0, %do.cond.1 ], [ %tmp7.i.2,…
31 br i1 %cmp, label %land.lhs.true, label %do.cond
33 land.lhs.true: ; preds = %do.body
38 do.cond: ; preds = %land.lhs.true, %do.body
42 return: ; preds = %do.cond, %land.lhs.true, %entry
43 %retval.0 = phi i32 [ 0, %entry ], [ %call6, %land.lhs.true ], [ 0, %do.cond ]
49 br i1 undef, label %land.lhs.true, label %cond.end
51 land.lhs.true: ; preds = %entry
55 cond.true: ; preds = %land.lhs.true
59 cond.end: ; preds = %cond.true, %land.lhs.true, %entry
[all …]
D2011-08-08-PhiUpdate.ll72 …p7.i{{.*}}, %land.lhs.true{{.*}} ], [ %tmp7.i{{.*}}, %land.lhs.true{{.*}} ], [ %tmp7.i{{.*}}, %lan…
88 br i1 undef, label %do.cond, label %land.lhs.true
90 land.lhs.true: ; preds = %exit
93 do.cond: ; preds = %land.lhs.true, %exit, %do.body
100 return: ; preds = %do.end, %land.lhs.true, %entry
101 %retval.0 = phi i32 [ 0, %do.end ], [ 0, %entry ], [ %tmp7.i, %land.lhs.true ]
/external/llvm/test/Transforms/InstCombine/
D2012-05-28-select-hang.ll23 br i1 %tobool, label %land.rhs, label %land.end
25 land.rhs: ; preds = %entry
27 br label %land.end
29 land.end: ; preds = %land.rhs, %entry
30 %2 = phi i1 [ false, %entry ], [ %tobool8, %land.rhs ]
31 %land.ext = zext i1 %2 to i32
32 %mul = mul nsw i32 3, %land.ext
D2012-02-13-FCmp.ll13 br i1 %cmp.i, label %land.rhs.i, label %if.end.critedge
14 ; CHECK: br i1 true, label %land.rhs.i, label %if.end.critedge
16 land.rhs.i: ; preds = %entry
20 if.then: ; preds = %land.rhs.i
28 if.end: ; preds = %if.end.critedge, %land.rhs.i
D2012-03-10-InstCombine.ll21 %land.ext = zext i1 %.cmp2 to i32
28 %land.ext7 = zext i1 %.cmp5 to i32
32 %retval.0 = phi i32 [ %land.ext, %if.then ], [ %land.ext7, %if.else ]
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-16-nopreheader.ll22 indirectbr i8* undef, [label %land.rhs184, label %while.end453]
24 land.rhs184: ; preds = %while.cond179
27 while.cond197: ; preds = %land.rhs202, %land.rhs184
28 %0 = phi i64 [ %indvar.next11, %land.rhs202 ], [ 0, %land.rhs184 ]
29 indirectbr i8* undef, [label %land.rhs202, label %while.end215]
31 land.rhs202: ; preds = %while.cond197
35 while.end215: ; preds = %land.rhs202, %while.cond197
48 while.cond238: ; preds = %land.rhs243, %while.cond238.preheader
49 %1 = phi i64 [ %indvar.next15, %land.rhs243 ], [ 0, %while.cond238.preheader ]
53 indirectbr i8* undef, [label %land.rhs243, label %while.end256]
[all …]
D2012-03-15-nopreheader.ll21 … ; preds = %lor.rhs, %lor.lhs.false17, %lor.lhs.false11, %lor.lhs.false, %land.rhs
39 indirectbr i8* undef, [label %return, label %land.rhs198]
41 land.rhs198: ; preds = %for.cond
44 … ; preds = %lor.rhs234, %land.lhs.true228, %land.lhs.true216, %land.…
91 indirectbr i8* undef, [label %land.lhs.true, label %return]
93 land.lhs.true: ; preds = %while.end52
96 while.cond66.preheader: ; preds = %land.lhs.true
100 indirectbr i8* undef, [label %land.rhs, label %while.cond81.preheader]
102 land.rhs: ; preds = %while.cond66
105 while.cond81.preheader: ; preds = %land.rhs, %while.cond66
[all …]
Divchain.ll15 br i1 undef, label %land.end238, label %return
17 land.end238: ; preds = %if.end229
20 for.body: ; preds = %sw.epilog, %land.end238
21 %fbh.0 = phi %struct* [ undef, %land.end238 ], [ %incdec.ptr, %sw.epilog ]
22 %column_n.0 = phi i16 [ 0, %land.end238 ], [ %inc601, %sw.epilog ]
/external/llvm/test/CodeGen/ARM/
Dcrash-greedy.ll90 br i1 undef, label %land.lhs.true7, label %lor.lhs.false.i
93 br i1 undef, label %if.then10.i, label %land.lhs.true7
97 br i1 undef, label %land.lhs.true33.i, label %f.exit
99 land.lhs.true33.i:
111 %xFlags.3.i = phi i32 [ %xFlags.1.and29.i, %land.lhs.true33.i ], [ %xFlags.1.i, %if.then10.i ]
112 %yFlags.2.i = phi i32 [ %yFlags.1.and37.i, %land.lhs.true33.i ], [ %xFlags.1.i, %if.then10.i ]
114 br i1 %cmp40.i, label %land.lhs.true7, label %land.end
116 land.lhs.true7:
117 br i1 undef, label %land.lhs.true34, label %lor.lhs.false27
120 br i1 undef, label %land.lhs.true34, label %land.end
[all …]
D2011-08-25-ldmia_ret.ll24 br i1 %cmp, label %sw.epilog58, label %land.lhs.true
26 land.lhs.true: ; preds = %sw.bb2
30 if.then: ; preds = %land.lhs.true
83 br i1 %cmp42, label %sw.default56, label %land.lhs.true44
85 land.lhs.true44: ; preds = %sw.bb33
90 if.then53: ; preds = %land.lhs.true44
94 sw.default56: ; preds = %sw.bb33, %land.lhs.true44, %if.then53,…
98 … [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb18 ], [ 2, %sw.bb2 ], [ 2, %land.lhs.true ], [ 2, %i…
/external/llvm/test/Analysis/RegionInfo/
Dloops_1.ll17 br i1 1, label %land, label %if
19 land:
36 ; BBIT: entry, outer, body, land, exit, if, end, a,
37 ; BBIT: entry, outer, body, land, exit, if, a,
40 ; RNIT: entry, outer, body, land, exit, if, a,
/external/llvm/test/Transforms/LoopUnswitch/
D2011-06-02-CritSwitch.ll13 i32 2, label %land.lhs.true
14 i32 0, label %land.lhs.true
17 land.lhs.true: ; preds = %if.then, %if.then
20 if.then14: ; preds = %land.lhs.true
/external/llvm/test/Transforms/LoopRotate/
Dmultiple-exits.ll16 for.cond1: ; preds = %for.cond, %land.rhs
17 %sum.1 = phi i32 [ %add, %land.rhs ], [ %sum.0, %for.cond ]
18 %i.1 = phi i32 [ %inc, %land.rhs ], [ 0, %for.cond ]
20 br i1 %cmp2, label %land.rhs, label %for.cond
22 land.rhs: ; preds = %for.cond1
31 return: ; preds = %for.cond, %land.rhs
32 %retval.0 = phi i32 [ 1000, %land.rhs ], [ %sum.0, %for.cond ]
41 ; CHECK: %sum.1 = phi i32 [ %add, %land.rhs ], [ %sum.04, %for.cond1.preheader ]
42 ; CHECK: %i.1 = phi i32 [ %inc, %land.rhs ], [ 0, %for.cond1.preheader ]
44 ; CHECK: br i1 %cmp2, label %land.rhs, label %for.cond.loopexit

123456