Searched refs:current_branch (Results 1 - 5 of 5) sorted by relevance
/external/bison/build-aux/ |
H A D | gnu-web-doc-update | 137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}') 143 $GIT checkout "$current_branch"
|
/external/mesa3d/src/gallium/drivers/radeon/ |
H A D | radeon_setup_tgsi_llvm.c | 396 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local 413 if (current_block != current_branch->if_block) { 414 LLVMBuildBr(gallivm->builder, current_branch->endif_block); 416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) { 417 LLVMBuildBr(gallivm->builder, current_branch->endif_block); 419 current_branch->has_else = 1; 420 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block); 430 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local 435 if (current_block != current_branch->if_block 436 && current_block != current_branch [all...] |
/external/pcre/dist/ |
H A D | pcre_compile.c | 2721 while (bcptr != NULL && bcptr->current_branch >= code) 2723 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL)) 8069 bc.current_branch = code; 8332 bc.current_branch = last_branch = code;
|
/external/v8/src/ |
H A D | hydrogen-instructions.cc | 2303 * Check if a conditional branch to "current_branch" with token "token" is 2308 * - "current_branch" must be in the induction loop. 2316 HBasicBlock* current_branch, 2319 current_branch->current_loop())) { 2314 CheckIfBranchIsLoopGuard( Token::Value token, HBasicBlock* current_branch, HBasicBlock* other_branch) argument
|
H A D | hydrogen-instructions.h | 3176 HBasicBlock* current_branch,
|
Completed in 385 milliseconds