Displaying 2 results from an estimated 2 matches for "body21".
Did you mean:
body25
2011 Jul 25
1
[LLVMdev] live information
...ically would represent live info. Take the following case (after SimpleRegisterCoalescer):
BB#3: derived from LLVM BB %bb.nph
Live Ins: %a0_h
Predecessors according to CFG: BB#2
%reg16500<def> = COPY %reg16499
Successors according to CFG: BB#4
BB#4: derived from LLVM BB %for.body21
Live Ins: %a0_h
Predecessors according to CFG: BB#3 BB#4
%reg16500<def> = add_twoAddr %reg16500, 1
cmp_branch <BB#4>, %reg16500, %a0_h
Successors according to CFG: BB#4 BB#5
BB#4 is a loop.
%reg16500 is first defined by a COPY, then updated at each iteration and u...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...[ getelementptr inbounds ([2 x i16]* @nan24, i32 0, i32 0), %sw.bb3 ], [ getelementptr inbounds ([4 x i16]* @nan53, i32 0, i32 0), %sw.bb2 ], [ getelementptr inbounds ([6 x i16]* @nan64, i32 0, i32 0), %sw.bb1 ], [ getelementptr inbounds ([8 x i16]* @nan113, i32 0, i32 0), %entry ]
br label %for.body21
for.body21: ; preds = %sw.epilog, %for.body21
%p.141 = phi i16* [ %p.0, %sw.epilog ], [ %incdec.ptr22, %for.body21 ]
%i.240 = phi i32 [ 0, %sw.epilog ], [ %inc25, %for.body21 ]
%nan.addr.239 = phi i16* [ %nan, %sw.epilog ], [ %incdec.ptr23, %for.body21 ]...