Displaying 1 result from an estimated 1 matches for "__mtcg_sync_to_bb7".
2009 May 08
2
[LLVMdev] Splitting a basic block, replacing it's terminator
...shows. bb4.preheader is the
original basic block; bb4.preheader.noExit is the block created by the
splitBasicBlock() operation:
bb4.preheader: ; preds = %bb5, %preheader
; blah blah blah
%6 = icmp slt i32 %timestamp, 0 ; <i1> [#uses=1]
br i1 %6, label %__mtcg_sync_to_bb7.loopexit, label
%bb4.preheader.noExit
bb4.preheader.noExit: ; preds = %bb4.preheader, <null operand!>
; blah blah blah
br i1 %10, label %bb5, label %bb1
--
Nick Johnson