Lines Matching full:after_bb
1228 let after_bb = append_block context "afterloop" the_function in1231 ignore (build_cond_br end_cond loop_bb after_bb builder);1233 (* Any new code will be inserted in after_bb. *)1234 position_at_end after_bb builder;