Home | History | Annotate | Download | only in tutorial

Lines Matching full:else_bb

1149               let else_bb = append_block context "else" the_function in
1150 position_at_end else_bb builder;
1153 (* Codegen of 'else' can change the current block, update else_bb for the
1165 ignore (build_cond_br cond_val then_bb else_bb builder);