Lines Matching full:land
16 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