Lines Matching full:loop_bb
555 let loop_bb = append_block context "loop" the_function in
558 * loop_bb. *)
559 ignore (build_br loop_bb builder);
569 (* Start insertion in loop_bb. *)
570 position_at_end loop_bb builder;
651 ignore (build_cond_br end_cond loop_bb after_bb builder);
1119 let loop_bb = append_block context "loop" the_function in
1122 * loop_bb. *)
1123 ignore (build_br loop_bb builder);
1125 (* Start insertion in loop_bb. *)
1126 position_at_end loop_bb builder;
1166 ignore (build_cond_br end_cond loop_bb after_bb builder);