Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:current_branch

1150 	struct si_llvm_flow *current_branch = get_current_flow(ctx);
1153 assert(!current_branch->loop_entry_block);
1158 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->next_block);
1159 set_basicblock_name(current_branch->next_block, "else", bld_base->pc);
1161 current_branch->next_block = endif_block;
1170 struct si_llvm_flow *current_branch = get_current_flow(ctx);
1172 assert(!current_branch->loop_entry_block);
1174 emit_default_branch(gallivm->builder, current_branch->next_block);
1175 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->next_block);
1176 set_basicblock_name(current_branch->next_block, "endif", bld_base->pc);