Home | History | Annotate | Download | only in common

Lines Matching defs:current_branch

2008 	struct ac_llvm_flow *current_branch = get_current_flow(ctx);
2011 assert(!current_branch->loop_entry_block);
2016 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block);
2017 set_basicblock_name(current_branch->next_block, "else", label_id);
2019 current_branch->next_block = endif_block;
2024 struct ac_llvm_flow *current_branch = get_current_flow(ctx);
2026 assert(!current_branch->loop_entry_block);
2028 emit_default_branch(ctx->builder, current_branch->next_block);
2029 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block);
2030 set_basicblock_name(current_branch->next_block, "endif", label_id);