Searched refs:current_branch (Results 1 – 7 of 7) sorted by relevance
396 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); in else_emit() local413 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() local435 if (current_block != current_branch->if_block in endif_emit()436 && current_block != current_branch->else_block in endif_emit()[all …]
72 local current_branch73 current_branch=$(git_current_branch)74 if [[ "${current_branch}" == "HEAD" ]]; then
137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')143 $GIT checkout "$current_branch"
313 current_branch = _RunCommand(315 if current_branch != 'master':
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()
2469 pcre_uchar *current_branch; member
2160 called "current" as "current_branch", to prevent a collision with the