HomeSort by relevance Sort by last modified time
    Searched full:phi (Results 801 - 825 of 2375) sorted by null

<<31323334353637383940>>

  /external/llvm/test/CodeGen/X86/
2008-08-06-RewriterBug.ll 33 phi i64 [ 0, %24 ], [ %22, %7 ] ; <i64>:25 [#uses=1]
34 phi i64 [ 0, %24 ], [ %23, %7 ] ; <i64>:26 [#uses=0]
2008-12-19-EarlyClobberBug.ll 32 %n1.0 = phi i32 [ %asmresult, %bb ], [ %3, %entry ] ; <i32> [#uses=1]
33 %n0.0 = phi i32 [ %asmresult1, %bb ], [ %1, %entry ] ; <i32> [#uses=1]
2009-07-20-CoalescerBug.ll 43 %laststart.2 = phi i8* [ null, %if.end102 ], [ %laststart.7.ph, %if.end1126 ], [ %laststart.2, %sw.bb532 ], [ %laststart.2, %while.body ] ; <i8*> [#uses=6]
44 %b.1 = phi i8* [ undef, %if.end102 ], [ %ctg29688, %if.end1126 ], [ %b.1, %sw.bb532 ], [ %b.1, %while.body ] ; <i8*> [#uses=5]
80 %startoffset.0.ph = phi i32 [ 0, %cond.end834 ], [ 0, %land.lhs.true838 ], [ %conv851, %if.then842 ] ; <i32> [#uses=2]
81 %laststart.7.ph = phi i8* [ %laststart.2, %cond.end834 ], [ %laststart.2, %land.lhs.true838 ], [ %laststart.2, %if.then842 ] ; <i8*> [#uses=3]
82 %b.4.ph = phi i8* [ %b.1, %cond.end834 ], [ %b.1, %land.lhs.true838 ], [ %b.1, %if.then842 ] ; <i8*> [#uses=3]
118 %sub.ptr.lhs.cast1135.pre-phi = phi i64 [ %sub.ptr.rhs.cast1121, %if.else1101 ], [ %sub.ptr.lhs.cast1135.pre, %if.then1091 ] ; <i64> [#uses=1]
121 %sub.ptr.sub1137 = sub i64 %sub.ptr.lhs.cast1135.pre-phi, %sub.ptr.rhs.cast1136 ; <i64> [#uses=1]
2010-01-19-OptExtBug.ll 45 %termcode.0 = phi i32 [ %1, %bb13 ], [ undef, %bb14 ] ; <i32> [#uses=2]
56 %termcode.1 = phi i32 [ %termcode.0, %bb18 ], [ %termcode.0, %bb19 ], [ undef, %bb20 ] ; <i32> [#uses=0]
2010-03-05-ConstantFoldCFG.ll 3 ; When BRCOND is constant-folded to BR, make sure that PHI nodes don't get
23 %indvar5.i = phi i64 [ %tmp, %bb1.i ], [ 0, %bb2.outer.i ] ; <i64> [#uses=1]
2011-02-23-UnfoldBug.ll 10 %theta.0.ph = phi <2 x double> [ undef, %entry ], [ %theta.1, %if.end71 ]
33 %theta.1 = phi <2 x double> [ %vecins.i91, %if.then67 ], [ %theta.0.ph, %for.end ]
fp-stack-O0-crash.ll 39 %0 = phi double [ undef, %entry ], [ %0, %"23" ]
40 %1 = phi double [ 0.000000e+00, %entry ], [ %2, %"23" ]
i128-mul.ll 27 %carry.013 = phi i64 [ %conv6, %for.body ], [ 0, %entry ]
28 %i.012 = phi i64 [ %inc, %for.body ], [ 0, %entry ]
lsr-delayed-fold.ll 18 %t16 = phi i64 [ 0, %bb12 ], [ %t23, %bb15 ] ; <i64> [#uses=2]
38 %g_263.tmp.1 = phi i8 [ undef, %entry ], [ %g_263.tmp.1, %for.cond ]
39 %p_95.addr.0 = phi i8 [ 0, %entry ], [ %add, %for.cond ]
44 %g_263.tmp.0 = phi i8 [ %g_263.tmp.1, %for.cond ] ; <i8> [#uses=1]
64 %indvar = phi i64 [ %indvar.next, %for.inc131 ], [ 0, %entry ] ; <i64> [#uses=3]
122 %j.03 = phi i32 [ 0, %lor.lhs.false ], [ %inc, %for.body123 ] ; <i32> [#uses=2]
146 %t = phi i32 [ 0, %bb ], [ %t2, %bb1 ] ; <i32> [#uses=1]
155 %t6 = phi i32 [ %t17, %bb16 ], [ 0, %bb3 ] ; <i32> [#uses=3]
lsr-i386.ll 23 %indvar11 = phi i32 [ %indvar.next12, %bb6 ], [ 0, %entry ] ; <i32> [#uses=2]
33 %indvar = phi i32 [ 0, %bb1 ], [ %indvar.next, %bb2 ] ; <i32> [#uses=2]
  /external/llvm/test/Transforms/ConstProp/
basictest.ll 20 ; CHECK: %Ret = phi i32 [ 0, %BB1 ], [ 1, %BB2 ]
21 %Ret = phi i32 [ %Val, %BB1 ], [ 1, %BB2 ]
  /external/llvm/test/Transforms/GVN/
2011-06-01-NonLocalMemdepMiscompile.ll 22 ; CHECK: [[TMP:%.*]] = phi i8* [ getelementptr (i8* null, i64 undef), %bb10 ], [ null, %bb ]
55 ; CHECK: %tmp17 = phi i8 [ %tmp17.pre, %bb1.bb15_crit_edge ], [ %tmp8, %bb6 ]
cond_br.ll 25 %1 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %add, %if.then ]
50 %0 = phi i32 [ %.pre, %if.else ], [ %add, %if.then ]
load-pre-licm.ll 14 ; CHECK: %tmp7 = phi i32
17 %indvar = phi i32 [ 0, %entry ], [ %tmp6, %if.end ]
  /external/llvm/test/Transforms/GlobalOpt/
heap-sra-1.ll 26 %i.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %indvar.next, %bb1 ]
27 %sum.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %3, %bb1 ]
heap-sra-2.ll 26 %i.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %indvar.next, %bb1 ] ; <i32> [#uses=2]
27 %sum.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %3, %bb1 ] ; <i32> [#uses=1]
heap-sra-3.ll 27 %i.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %indvar.next, %bb1 ]
28 %sum.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %3, %bb1 ]
heap-sra-4.ll 27 %i.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %indvar.next, %bb1 ]
28 %sum.0.reg2mem.0 = phi i32 [ 0, %bb1.thread ], [ %3, %bb1 ]
  /external/llvm/test/Transforms/IndVarSimplify/
2009-05-24-useafterfree.ll 21 %indvar7 = phi i32 [ %indvar.next8, %bb.nph3 ], [ 0, %bb.nph3.preheader ] ; <i32> [#uses=3]
30 %indvar7.lcssa = phi i32 [ %indvar7, %bb.nph3 ] ; <i32> [#uses=0]
eliminate-comparison.ll 24 %i = phi i64 [ 0, %pre ], [ %inc, %for.inc ]
77 %i = phi i32 [ %tmp2.i1, %entry ], [ %tmp97, %bb17 ]
82 %tmp.0.ph = phi i32 [ 0, %bb18 ], [ 1, %bb15 ], [ 0, %bb13 ]
97 %i = phi i32 [ %i.next, %loop ], [ 0, %entry ]
122 %__key6.0 = phi i32 [ 2, %entry ], [ %tmp37, %noassert ]
142 %__key8.0 = phi i32 [ %tmp81, %noassert68 ], [ 2, %forcond38.preheader ]
173 %__key6.0 = phi i32 [ 2, %entry ], [ %tmp37, %noassert ]
193 %__key8.0 = phi i32 [ %tmp81, %noassert68 ], [ 2, %forcond38.preheader ]
uglygep.ll 18 %i.0 = phi i32 [ 0, %entry ], [ %tmp9, %bb3 ] ; <i32> [#uses=3]
25 %j.0 = phi i32 [ 0, %bb ], [ %tmp6, %bb1 ] ; <i32> [#uses=3]
widen-nsw.ll 12 %sum.0 = phi i32 [ 0, %entry ], [ %add, %for.body ]
13 %i.0 = phi i32 [ 0, %entry ], [ %inc, %for.body ]
  /external/llvm/test/Transforms/InstCombine/
2008-06-24-StackRestore.ll 20 %indvar = phi i32 [ 0, %entry ], [ %tmp3857, %bb44 ] ; <i32> [#uses=1]
21 %tmp249 = phi i8* [ %tmp248, %entry ], [ %tmp2, %bb44 ] ; <i8*> [#uses=1]
align-2d-gep.ll 19 %i = phi i64 [ 0, %entry ], [ %indvar.next26, %bb11 ]
23 %j = phi i64 [ 0, %bb7.outer ], [ %indvar.next, %bb1 ]
  /external/llvm/test/Transforms/JumpThreading/
pr9331.ll 8 %p_44.addr.1 = phi i8 [ %p_44.addr.1, %lor.end ], [ %p_44, %entry ], [ %p_44.addr.1, %for.inc46 ]
32 %cond.i = phi i64 [ %div.i, %cond.false.i ], [ %conv23, %if.end21 ]

Completed in 349 milliseconds

<<31323334353637383940>>