HomeSort by relevance Sort by last modified time
    Searched refs:dest_bb (Results 1 - 8 of 8) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
ccp_pass.h 56 // block in |dest_bb|.
58 BasicBlock** dest_bb);
72 // |dest_bb| will be set to the corresponding destination block. Unconditional
73 // branches always set |dest_bb| to the single destination block.
75 BasicBlock** dest_bb) const;
ccp_pass.cpp 174 BasicBlock** dest_bb) const {
177 *dest_bb = nullptr;
251 *dest_bb = context()->cfg()->block(dest_label);
256 BasicBlock** dest_bb) {
257 *dest_bb = nullptr;
261 return VisitBranch(instr, dest_bb);
286 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) {
287 return VisitInstruction(instr, dest_bb);
propagator.cpp 21 BasicBlock* dest_bb = edge.dest; local
24 if (dest_bb == ctx_->cfg()->pseudo_exit_block()) {
36 blocks_.push(dest_bb);
95 BasicBlock* dest_bb = nullptr; local
96 PropStatus status = visit_fn_(instr, &dest_bb);
125 if (dest_bb) {
126 AddControlEdge(Edge(ctx_->get_instr_block(instr), dest_bb));
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
ccp_pass.cpp 174 BasicBlock** dest_bb) const {
177 *dest_bb = nullptr;
251 *dest_bb = context()->cfg()->block(dest_label);
256 BasicBlock** dest_bb) {
257 *dest_bb = nullptr;
261 return VisitBranch(instr, dest_bb);
286 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) {
287 return VisitInstruction(instr, dest_bb);
ccp_pass.h 57 // block in |dest_bb|.
59 BasicBlock** dest_bb);
73 // |dest_bb| will be set to the corresponding destination block. Unconditional
74 // branches always set |dest_bb| to the single destination block.
76 BasicBlock** dest_bb) const;
propagator.cpp 21 BasicBlock* dest_bb = edge.dest; local
24 if (dest_bb == ctx_->cfg()->pseudo_exit_block()) {
36 blocks_.push(dest_bb);
95 BasicBlock* dest_bb = nullptr; local
96 PropStatus status = visit_fn_(instr, &dest_bb);
125 if (dest_bb) {
126 AddControlEdge(Edge(ctx_->get_instr_block(instr), dest_bb));
  /external/deqp-deps/SPIRV-Tools/test/opt/
propagator_test.cpp 108 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) {
109 *dest_bb = nullptr;
176 BasicBlock** dest_bb) {
177 *dest_bb = nullptr;
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/
propagator_test.cpp 108 const auto visit_fn = [this](Instruction* instr, BasicBlock** dest_bb) {
109 *dest_bb = nullptr;
176 BasicBlock** dest_bb) {
177 *dest_bb = nullptr;

Completed in 3249 milliseconds