Home
last modified time | relevance | path

Searched refs:dest_bb (Results 1 – 8 of 8) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp174 BasicBlock** dest_bb) const { in VisitBranch()
177 *dest_bb = nullptr; in VisitBranch()
251 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
256 BasicBlock** dest_bb) { in VisitInstruction() argument
257 *dest_bb = nullptr; in VisitInstruction()
261 return VisitBranch(instr, dest_bb); in VisitInstruction()
286 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
287 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dpropagator.cpp21 BasicBlock* dest_bb = edge.dest; in AddControlEdge() local
24 if (dest_bb == ctx_->cfg()->pseudo_exit_block()) { in AddControlEdge()
36 blocks_.push(dest_bb); in AddControlEdge()
95 BasicBlock* dest_bb = nullptr; in Simulate() local
96 PropStatus status = visit_fn_(instr, &dest_bb); in Simulate()
125 if (dest_bb) { in Simulate()
126 AddControlEdge(Edge(ctx_->get_instr_block(instr), dest_bb)); in Simulate()
Dccp_pass.h58 BasicBlock** dest_bb);
75 BasicBlock** dest_bb) const;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp174 BasicBlock** dest_bb) const { in VisitBranch()
177 *dest_bb = nullptr; in VisitBranch()
251 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
256 BasicBlock** dest_bb) { in VisitInstruction() argument
257 *dest_bb = nullptr; in VisitInstruction()
261 return VisitBranch(instr, dest_bb); in VisitInstruction()
286 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
287 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dpropagator.cpp21 BasicBlock* dest_bb = edge.dest; in AddControlEdge() local
24 if (dest_bb == ctx_->cfg()->pseudo_exit_block()) { in AddControlEdge()
36 blocks_.push(dest_bb); in AddControlEdge()
95 BasicBlock* dest_bb = nullptr; in Simulate() local
96 PropStatus status = visit_fn_(instr, &dest_bb); in Simulate()
125 if (dest_bb) { in Simulate()
126 AddControlEdge(Edge(ctx_->get_instr_block(instr), dest_bb)); in Simulate()
Dccp_pass.h59 BasicBlock** dest_bb);
76 BasicBlock** dest_bb) const;
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp108 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in TEST_F() argument
109 *dest_bb = nullptr; in TEST_F()
176 BasicBlock** dest_bb) { in TEST_F() argument
177 *dest_bb = nullptr; in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp108 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in TEST_F() argument
109 *dest_bb = nullptr; in TEST_F()
176 BasicBlock** dest_bb) { in TEST_F() argument
177 *dest_bb = nullptr; in TEST_F()