Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.cpp208 BasicBlock** dest_bb) const { in VisitBranch()
211 *dest_bb = nullptr; in VisitBranch()
285 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
290 BasicBlock** dest_bb) { in VisitInstruction() argument
291 *dest_bb = nullptr; in VisitInstruction()
295 return VisitBranch(instr, dest_bb); in VisitInstruction()
336 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
337 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dccp_pass.h59 BasicBlock** dest_bb);
76 BasicBlock** dest_bb) const;
/third_party/skia/third_party/externals/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.cpp175 BasicBlock** dest_bb) const { in VisitBranch()
178 *dest_bb = nullptr; in VisitBranch()
252 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
257 BasicBlock** dest_bb) { in VisitInstruction() argument
258 *dest_bb = nullptr; in VisitInstruction()
262 return VisitBranch(instr, dest_bb); in VisitInstruction()
303 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
304 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dccp_pass.h59 BasicBlock** dest_bb);
76 BasicBlock** dest_bb) const;
/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.cpp175 BasicBlock** dest_bb) const { in VisitBranch()
178 *dest_bb = nullptr; in VisitBranch()
252 *dest_bb = context()->cfg()->block(dest_label); in VisitBranch()
257 BasicBlock** dest_bb) { in VisitInstruction() argument
258 *dest_bb = nullptr; in VisitInstruction()
262 return VisitBranch(instr, dest_bb); in VisitInstruction()
299 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) { in PropagateConstants() argument
300 return VisitInstruction(instr, dest_bb); in PropagateConstants()
Dccp_pass.h59 BasicBlock** dest_bb);
76 BasicBlock** dest_bb) const;
/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()