search for: _z4sum2pji

Displaying 2 results from an estimated 2 matches for "_z4sum2pji".

2013 Aug 22
2
[LLVMdev] scev questions
...] %incdec.ptr = getelementptr inbounds i32* %a.addr.05, i64 1 %0 = load i32* %a.addr.05, align 4, !tbaa !0 %add = add i32 %0, %s.06 %add1 = add nsw i32 %i.07, 4 %cmp = icmp slt i32 %add1, %len br i1 %cmp, label %for.body, label %for.cond.for.end_crit_edge Classifying expressions for: @_Z4sum2Pji %i.07 = phi i32 [ 0, %for.body.lr.ph ], [ %add1, %for.body ] --> {0,+,4}<nuw><nsw><%for.body> Exits: <<Unknown>> %s.06 = phi i32 [ 0, %for.body.lr.ph ], [ %add, %for.body ] --> %s.06 Exits: <<Unknown>> %a.addr.05 = phi i32* [ %a, %for.body.lr.ph ],...
2013 Aug 22
0
[LLVMdev] scev questions
...ds i32* %a.addr.05, i64 1 > %0 = load i32* %a.addr.05, align 4, !tbaa !0 > %add = add i32 %0, %s.06 > %add1 = add nsw i32 %i.07, 4 > %cmp = icmp slt i32 %add1, %len > br i1 %cmp, label %for.body, label %for.cond.for.end_crit_edge > > > Classifying expressions for: @_Z4sum2Pji > %i.07 = phi i32 [ 0, %for.body.lr.ph ], [ %add1, %for.body ] > --> {0,+,4}<nuw><nsw><%for.body> Exits: <<Unknown>> > %s.06 = phi i32 [ 0, %for.body.lr.ph ], [ %add, %for.body ] > --> %s.06 Exits: <<Unknown>> > %a.addr.0...