Home | History | Annotate | Download | only in tutorial

Lines Matching full:else_bb

319           let else_bb = append_block context "else" the_function in
320 position_at_end else_bb builder;
323 (* Codegen of 'else' can change the current block, update else_bb for the
348 ignore (build_cond_br cond_val then_bb else_bb builder);
1084 let else_bb = append_block context "else" the_function in
1085 position_at_end else_bb builder;
1088 (* Codegen of 'else' can change the current block, update else_bb for the
1100 ignore (build_cond_br cond_val then_bb else_bb builder);