Searched defs:else_block (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h44 LLVMBasicBlockRef else_block; member in struct:radeon_llvm_branch
H A Dradeon_setup_tgsi_llvm.c420 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; local
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;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h44 LLVMBasicBlockRef else_block; member in struct:radeon_llvm_branch
H A Dradeon_setup_tgsi_llvm.c420 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; local
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;

Completed in 755 milliseconds