search for: cond_next12

Displaying 3 results from an estimated 3 matches for "cond_next12".

2006 Nov 13
0
[LLVMdev] post-dominance frontier
On Thu, 9 Nov 2006, Ryan M. Lefever wrote: Sorry I never responded to this: > In the literature (see below for a reference), when a dominance frontier > is computed, it is computed from a CFG that contains a dummy entry node > and dummy exit node. Further, those dummy nodes are potential members > of the (post-)dominance frontier for a given basic block. In LLVM, I > could not
2006 Nov 10
2
[LLVMdev] post-dominance frontier
In the literature (see below for a reference), when a dominance frontier is computed, it is computed from a CFG that contains a dummy entry node and dummy exit node. Further, those dummy nodes are potential members of the (post-)dominance frontier for a given basic block. In LLVM, I could not figure out a way to determine if the dummy entry node is a member of the post-dominance frontier of
2008 Jan 12
1
[LLVMdev] Labels
...bb: %tmp2.rle = phi i32 [ %tmp1, %entry ], [ %tmp29, %cond_next25 ] %s_addr.039.0.rec = phi i32 [ 0, %entry ], [ %tmp27.rec, %cond_next25 ] %s_addr.039.0 = getelementptr i8* %s, i32 %s_addr.039.0.rec %tmp3 = load i32* @yylimit, align 4 %tmp4 = icmp slt i32 %tmp2.rle, %tmp3 br i1 %tmp4, label %cond_next12, label %cond_true cond_true: %tmp6 = tail call i32 @yyrefill( ) %tmp7 = icmp eq i32 %tmp6, 0 br i1 %tmp7, label %UnifiedReturnBlock, label %cond_next12 cond_next12: %tmp13 = load i8** @yybuf, align 4 %tmp14 = load i32* @yypos, align 4 %tmp15 = getelementptr i8* %tmp13, i32 %tmp14 %tmp16 =...