Home | History | Annotate | Download | only in tutorial

Lines Matching full:loop_bb

1400               let loop_bb = append_block context "loop" the_function in
1403 * loop_bb. *)
1404 ignore (build_br loop_bb builder);
1406 (* Start insertion in loop_bb. *)
1407 position_at_end loop_bb builder;
1447 ignore (build_cond_br end_cond loop_bb after_bb builder);