Home
last modified time | relevance | path

Searched refs:newBranch (Results 1 – 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransaction.java377 String newBranch; in setOriginalRequest() local
404 newBranch = ((Via) newOriginalRequest.getViaHeaders().getFirst()) in setOriginalRequest()
406 if (newBranch != null) { in setOriginalRequest()
408 sipStack.getStackLogger().logDebug("Setting Branch id : " + newBranch); in setOriginalRequest()
412 setBranch(newBranch); in setOriginalRequest()
485 public final void setBranch(String newBranch) { in setBranch() argument
486 branch = newBranch; in setBranch()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.cpp82 std::unique_ptr<Instruction> newBranch( in AddBranch() local
85 context()->AnalyzeDefUse(&*newBranch); in AddBranch()
86 context()->set_instr_block(&*newBranch, bp); in AddBranch()
87 bp->AddInstruction(std::move(newBranch)); in AddBranch()
Daggressive_dead_code_elim_pass.cpp243 std::unique_ptr<Instruction> newBranch( in AddBranch() local
246 context()->AnalyzeDefUse(&*newBranch); in AddBranch()
247 context()->set_instr_block(&*newBranch, bp); in AddBranch()
248 bp->AddInstruction(std::move(newBranch)); in AddBranch()
Dinline_pass.cpp59 std::unique_ptr<Instruction> newBranch( in AddBranch() local
62 (*block_ptr)->AddInstruction(std::move(newBranch)); in AddBranch()
68 std::unique_ptr<Instruction> newBranch( in AddBranchCond() local
73 (*block_ptr)->AddInstruction(std::move(newBranch)); in AddBranchCond()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_branch_elim_pass.cpp82 std::unique_ptr<Instruction> newBranch( in AddBranch() local
85 context()->AnalyzeDefUse(&*newBranch); in AddBranch()
86 context()->set_instr_block(&*newBranch, bp); in AddBranch()
87 bp->AddInstruction(std::move(newBranch)); in AddBranch()
Daggressive_dead_code_elim_pass.cpp243 std::unique_ptr<Instruction> newBranch( in AddBranch() local
246 context()->AnalyzeDefUse(&*newBranch); in AddBranch()
247 context()->set_instr_block(&*newBranch, bp); in AddBranch()
248 bp->AddInstruction(std::move(newBranch)); in AddBranch()
Dinline_pass.cpp55 std::unique_ptr<Instruction> newBranch( in AddBranch() local
58 (*block_ptr)->AddInstruction(std::move(newBranch)); in AddBranch()
64 std::unique_ptr<Instruction> newBranch( in AddBranchCond() local
69 (*block_ptr)->AddInstruction(std::move(newBranch)); in AddBranchCond()