Home | History | Annotate | Download | only in tutorial

Lines Matching full:else_bb

1339               let else_bb = append_block context "else" the_function in
1340 position_at_end else_bb builder;
1343 (* Codegen of 'else' can change the current block, update else_bb for the
1355 ignore (build_cond_br cond_val then_bb else_bb builder);