Home | History | Annotate | Download | only in tutorial

Lines Matching full:loop_bb

1184               let loop_bb = append_block context "loop" the_function in
1187 * loop_bb. *)
1188 ignore (build_br loop_bb builder);
1190 (* Start insertion in loop_bb. *)
1191 position_at_end loop_bb builder;
1231 ignore (build_cond_br end_cond loop_bb after_bb builder);