/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 21 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()
|
D | ccp_pass.cpp | 208 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()
|
D | ccp_pass.h | 59 BasicBlock** dest_bb); 76 BasicBlock** dest_bb) const;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | propagator.cpp | 21 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()
|
D | ccp_pass.cpp | 175 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()
|
D | ccp_pass.h | 59 BasicBlock** dest_bb); 76 BasicBlock** dest_bb) const;
|
/third_party/spirv-tools/source/opt/ |
D | propagator.cpp | 21 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()
|
D | ccp_pass.cpp | 175 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()
|
D | ccp_pass.h | 59 BasicBlock** dest_bb); 76 BasicBlock** dest_bb) const;
|
/third_party/spirv-tools/test/opt/ |
D | propagator_test.cpp | 108 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/ |
D | propagator_test.cpp | 108 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/ |
D | propagator_test.cpp | 108 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()
|