Home
last modified time | relevance | path

Searched refs:current_branch (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c396 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); in else_emit() local
413 if (current_block != current_branch->if_block) { in else_emit()
414 LLVMBuildBr(gallivm->builder, current_branch->endif_block); in else_emit()
416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) { in else_emit()
417 LLVMBuildBr(gallivm->builder, current_branch->endif_block); in else_emit()
419 current_branch->has_else = 1; in else_emit()
420 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block); in else_emit()
430 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); in endif_emit() local
435 if (current_block != current_branch->if_block in endif_emit()
436 && current_block != current_branch->else_block in endif_emit()
[all …]
/external/bison/build-aux/
Dgnu-web-doc-update137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
/external/webrtc/tools/autoroller/
Droll_chromium_revision.py313 current_branch = _RunCommand(
315 if current_branch != 'master':
/external/pcre/dist/
Dpcre_compile.c2774 while (bcptr != NULL && bcptr->current_branch >= code) in could_be_empty()
2776 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL)) in could_be_empty()
8278 bc.current_branch = code; in compile_regex()
8543 bc.current_branch = last_branch = code; in compile_regex()
Dpcre_internal.h2469 pcre_uchar *current_branch; member
DChangeLog2160 called "current" as "current_branch", to prevent a collision with the
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc2344 HBasicBlock* current_branch, in CheckIfBranchIsLoopGuard() argument
2347 current_branch->current_loop())) { in CheckIfBranchIsLoopGuard()
Dhydrogen-instructions.h3168 HBasicBlock* current_branch,