Searched refs:current_branch (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 396 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/ |
D | gnu-web-doc-update | 137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}') 143 $GIT checkout "$current_branch"
|
/external/webrtc/tools/autoroller/ |
D | roll_chromium_revision.py | 313 current_branch = _RunCommand( 315 if current_branch != 'master':
|
/external/pcre/dist/ |
D | pcre_compile.c | 2774 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()
|
D | pcre_internal.h | 2469 pcre_uchar *current_branch; member
|
D | ChangeLog | 2160 called "current" as "current_branch", to prevent a collision with the
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.cc | 2344 HBasicBlock* current_branch, in CheckIfBranchIsLoopGuard() argument 2347 current_branch->current_loop())) { in CheckIfBranchIsLoopGuard()
|
D | hydrogen-instructions.h | 3168 HBasicBlock* current_branch,
|