Home | History | Annotate | Download | only in radeon

Lines Matching refs:else_block

420 	LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block);
436 && current_block != current_branch->else_block
441 if (!LLVMGetBasicBlockTerminator(current_branch->else_block)) {
442 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block);
480 LLVMBasicBlockRef if_block, else_block, endif_block;
490 else_block = LLVMInsertBasicBlockInContext(gallivm->context,
492 LLVMBuildCondBr(gallivm->builder, cond, if_block, else_block);
498 ctx->branch[ctx->branch_depth - 1].else_block = else_block;