Home | History | Annotate | Download | only in tutorial

Lines Matching full:afterloop

652   br i1 %loopcond, label %loop, label %afterloop
654 afterloop: ; preds = %loop
796 let after_bb = append_block context "afterloop" the_function in
807 the control flow for it. This code remembers the end block (for the phi node), then creates the block for the loop exit ("afterloop"). Based on the value of the
810 "afterloop" block, so it sets the insertion position to it.</p>
1336 let after_bb = append_block context "afterloop" the_function in