Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
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.cpp205 BasicBlock** dest_bb) const { in VisitBranch()
208 *dest_bb = nullptr; in VisitBranch()
282 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
287 BasicBlock** dest_bb) { in VisitInstruction() argument
288 *dest_bb = nullptr; in VisitInstruction()
292 return VisitBranch(instr, dest_bb); in VisitInstruction()
333 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
334 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dccp_pass.h59 BasicBlock** dest_bb);
76 BasicBlock** dest_bb) const;
/external/deqp-deps/SPIRV-Tools/source/opt/
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.cpp209 BasicBlock** dest_bb) const { in VisitBranch()
212 *dest_bb = nullptr; in VisitBranch()
286 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
291 BasicBlock** dest_bb) { in VisitInstruction() argument
292 *dest_bb = nullptr; in VisitInstruction()
296 return VisitBranch(instr, dest_bb); in VisitInstruction()
337 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
338 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dccp_pass.h59 BasicBlock** dest_bb);
76 BasicBlock** dest_bb) const;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
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.cpp206 BasicBlock** dest_bb) const { in VisitBranch()
209 *dest_bb = nullptr; in VisitBranch()
283 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
288 BasicBlock** dest_bb) { in VisitInstruction() argument
289 *dest_bb = nullptr; in VisitInstruction()
293 return VisitBranch(instr, dest_bb); in VisitInstruction()
334 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
335 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dccp_pass.h59 BasicBlock** dest_bb);
76 BasicBlock** dest_bb) const;
/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()
/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/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dpropagator_test.cpp107 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in TEST_F() argument
108 *dest_bb = nullptr; in TEST_F()
175 BasicBlock** dest_bb) { in TEST_F() argument
176 *dest_bb = nullptr; in TEST_F()