Home | History | Annotate | Download | only in tutorial

Lines Matching full:then_bb

1245       let then_bb = append_block context "then" the_function in
1248 position_at_end then_bb builder;
1251 (* Codegen of 'then' can change the current block, update then_bb for the
1273 ignore (build_cond_br cond_val then_bb else_bb builder);