Home
last modified time | relevance | path

Searched refs:tInst (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp172 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local
173 if (IsAnnotationInst(tInst->opcode())) { in IsTargetDead()
177 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
179 get_def_use_mgr()->ForEachUser(tInst, [&dead](Instruction* user) { in IsTargetDead()
186 return !IsLive(tInst); in IsTargetDead()
/third_party/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp162 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local
163 if (IsAnnotationInst(tInst->opcode())) { in IsTargetDead()
167 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
169 get_def_use_mgr()->ForEachUser(tInst, [&dead](Instruction* user) { in IsTargetDead()
176 return IsDead(tInst); in IsTargetDead()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp172 Instruction* tInst = get_def_use_mgr()->GetDef(tId); in IsTargetDead() local
173 if (IsAnnotationInst(tInst->opcode())) { in IsTargetDead()
177 assert(tInst->opcode() == SpvOpDecorationGroup); in IsTargetDead()
179 get_def_use_mgr()->ForEachUser(tInst, [&dead](Instruction* user) { in IsTargetDead()
186 return !IsLive(tInst); in IsTargetDead()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp123 const ir::Instruction* tInst = def_use_mgr_->GetDef(tId); in KillInstIfTargetDead() local
124 if (dead_insts_.find(tInst) != dead_insts_.end()) in KillInstIfTargetDead()