Home | History | Annotate | Download | only in tutorial

Lines Matching full:after_bb

1444               let after_bb = append_block context "afterloop" the_function in
1447 ignore (build_cond_br end_cond loop_bb after_bb builder);
1449 (* Any new code will be inserted in after_bb. *)
1450 position_at_end after_bb builder;