Home
last modified time | relevance | path

Searched refs:lbranch (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dphi.ll12 %lbranch = getelementptr i32, i32* %b, i32 1
21 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
/external/autotest/client/virt/
Dvirt_utils.py468 def get_git_branch(repository, branch, srcdir, commit=None, lbranch=None): argument
485 if not lbranch:
486 lbranch = branch
489 (repository, branch, lbranch))
490 utils.system("git checkout %s" % lbranch)
2412 def __init__(self, uri, branch, destination_dir, commit=None, lbranch=None): argument
2431 if lbranch is None:
2432 self.lbranch = branch
2470 self.lbranch))
2479 logging.debug('Checking out local branch %s', self.lbranch)
[all …]
Dkvm_installer.py462 self.lbranch = params.get(prefix + '_lbranch', 'master')
474 self.commit, self.lbranch)