Lines Matching full:after_bb
648 let after_bb = append_block context "afterloop" the_function in
651 ignore (build_cond_br end_cond loop_bb after_bb builder);
653 (* Any new code will be inserted in after_bb. *)
654 position_at_end after_bb builder;
1163 let after_bb = append_block context "afterloop" the_function in
1166 ignore (build_cond_br end_cond loop_bb after_bb builder);
1168 (* Any new code will be inserted in after_bb. *)
1169 position_at_end after_bb builder;