Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/git/
Dgen_git_source.py258 old_branch = data["branch"]
260 if new_branch != old_branch:
263 (old_branch, new_branch))
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unroller.cpp729 Instruction& old_branch = *condition_block->tail(); in FoldConditionBlock() local
730 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock()
732 context_->KillInst(&old_branch); in FoldConditionBlock()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unroller.cpp729 Instruction& old_branch = *condition_block->tail(); in FoldConditionBlock() local
730 uint32_t new_target = old_branch.GetSingleWordOperand(operand_label); in FoldConditionBlock()
732 context_->KillInst(&old_branch); in FoldConditionBlock()